h1 {color:black;}
body {background: powderblue;}
#img {
   text-align: center;
  border: 5px solid black;
  display: flex;
 align-items: center;
 flex-direction: column;
}
h2 {color:black}

.info{
 background-color: #e9ffa8;
 box-shadow: 5px 5px 5px gray;
 border-radius: 5%
}
#aboutme {
font-size: 18px
}

.box {
margin-left:auto;
  margin-right: auto;
 width: 100%;
  max-width: 1100px;
}

#ace {
  justify-content: Space-Around;
}
@media (min-width:800px) {
 #img {max-width: 40% 
	}
}


@media (min-width: 800px) {
  .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-flow: row;
	}
}
