*{
    background-color: #c6def2;
    font-family: 'Courier New', Courier, monospace;
  }
  
  h1{
    text-align: center;
    font-size: 50px;
    color: #4da3ea;
  }
  img{
    width: 100%;
    height: 200px;
    border-radius: 32px;
  }
  
  .main{
    text-align: center;
  }
  
  .main > div{
    display: inline-block;
    margin: 20px 20px 0px 20px;
  }

  .b{
    display: flex;
    justify-content: center;
  }
  
  button{
    border: none;
    background-color: #4da3ea;
    color: white;
    border-radius: 16px;
    padding: 20px;
    margin: 0;
    position: absolute;
  }
  
  button:hover{
    background-color: white;
    color: #4da3ea;
  }