body{
    font-family: 'Poppins', sans-serif;
}
.image-size{
    width: 500px;
    height: 450px;
}
.underline {
    border: 1px solid black;
  }
.btn-hover:hover{
    background-color: black;
    color: white;
}