*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}


 body {
  background-color: #F4C542;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;  /* horizontally center */
  align-items: center;      /* vertically center */
}



.box {
  height: 431px;
  width: 363px;
  background-color: white;
  box-shadow: 6px 6px 0px #000;
  border-radius: 12px;
  overflow: hidden;
}


.imag img{
    height: 200px;
    width: 400px;
    padding: 13px;
    margin-left: -16px;
    border-radius: 73px;
    margin-bottom: 0;
}

.box1 .btn{
    margin-bottom: 50px;
    margin-left: 37px;
    padding: 5px;
    width: 80px;
    background-color: hsl(47, 88%, 63%);
    border: none;
    font-weight: bold;
    border-radius: 5px;
}

.box1 p{
    margin-top: -40px;
    margin-left: 37px;
    font-size: 16px;
    color: hsl(0, 0%, 7%);
}

.box2 h3{
    margin-top: 15px;
    margin-left: 37px;
    font-size: 25px;
}

.box2 p{
    font-size: 16px;
    color: hsl(0, 0%, 42%);
    margin-left: 37px;
    margin-top: 12px;
    word-spacing: 1px;
    
}


