/* body{
  background-image: url("../images/cold.png");
  background-size: cover;
} */
.container{
  color: white;
  text-align: center;
}
.container h1{
  font-size: 50px;
  font-weight: bold;
  letter-spacing:  0.166em;
  font-weight: bold;
}
.container p {
    font-size: 25px;
    font-weight: 700;
}
@media only screen and (max-width: 772px) {
    .container h1{
      font-size: 38px;
    }
    .container p{
      font-size: 20px;
    }
    .container img{
      padding: 15px;
    }
}
@media (max-width: 450px) {
    .container h1 {
        font-size: 32px;
    }
}
