body {
    background-color: rgb(255, 255, 255);
}
h1 {
    font-size: 50px;
    font-family: monospace;
    display:flex;
    justify-content: center;
}
#info{
   font-size: 20px;
   flex-wrap: wrap;
   width: 550px;
   height: 200px;
   max-width: 550px;
   position: relative;
   top: 300px;
   left: 700px;
   margin: 30px;
}
img {
    height: 400px;
    width: 300px;
    position: relative;
    top: 0px;
    left: 300px;
}