*{
  margin: 0;
  padding: 0;
}

body{
  font-family: Mukta, sans-serif;
  border-style: solid;
  border-color: black;
  font-size: 16px;
  font-weight: 200;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
background-image: url(images/13.jpg)
}

p{
  margin-bottom: 1em;
}

ul {
  list-style: square;
  margin-left: 20px;
}

h1 {
  color: #E5E5E5;
  font-size: 40px;
}


a:hover {
  color: #f9dcc4;
}

.vertical-menu {
  list-style: none;
  margin-top: 10px;
  width: 300px;
}

.vertical-menu li a {
  display: block;
  background-color: #14213D;
  padding: 10px;
  margin-bottom: 5px;
  color: #E5E5E5;
  text-decoration: none;
  text-align: center;
}

.vertical-menu li a:hover{
  color: #ffb5a7;
}


#header, #side, #content, #extra{
  padding: 10px;
}

#header {
  background-color: #14213D;
  padding-left: 310px;
  padding-right: 150px;
  font-size: 30px;
}

#nav {
  background-image: url(images/04.jpg);
  width: 150px;
  display: flex;
  padding-right: 20px;
  padding-bottom: 250px;
  }

#main {
  background-image: url(images/14.jpg);
  flex: 1;
  display: flex;
}

#content{
  border-style: solid;
  border-color: black;
  margin: 10px;
  flex: 1;
}

.Articles{
  margin-left:30px;
}

.Articles a{
  color: #4d908e;
}

.Articles a:hover{
  color: #cad2c5;
}

.Reports a{
  color: #343a40;
}

.Reports a:hover{
  color: #495057;
}

.Reports{
  margin-left:30px;
}

.Creative {
  margin-left: 30px;
}

.Creative a{
  color: #e36414;
}

.Creative a:hover{
  color: #fb8b24
}

.Poetry {
  margin-left: 30px;
}

.Poetry a{
  color: #432818;
}

.Poetry a:hover {
  color: #eaac8b;
}

#box1 {
  background-image: url(images/20.jpg);
}

#box2 {
    background-image: url(images/23.jpg);
}

#box3 {
  background-image: url(images/25.jpg);
  background-position: center;

}

#box4{
    background-image: url(images/22.jpg);
}

#content {
flex: 1;
}

#ShreemoyeeRecommends {
  background-color: #14213D;
  font-family: Mukta, cursive;
  font-weight: 300;
  text-align: left;
  width: 200px;
  color: white;
}

.Stuff {
font-weight: 500px;
color: red;
}


#me img{
    width: 300px;
    margin-top: 20px;
    margin-left: 10px;
  }


.boxed {
  border: 1px solid black;
  text-align: center;
  background-color: #20b2aa;
  color: white;
}

.boxed1{
  background-color: #14213D;
  color: white;
}


.boxed2{
  background-color: #14213D;
  color: white;
}

.box{
  background-color: #888;
  padding: 180px;
  margin: 50px;
  color: #fff;
