* {
    padding:0;margin:0;
  }
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1280px;
  }
.content{
    margin: auto;
    text-align: center;
    margin: 50px auto;
    line-height: 1.6;
    
}
h1{
    display: block;
    margin: 20px auto;
    font-weight: 600;
    font-size: 25px;
    color: #7D4229;
}
h2{
    display: block;
    margin: auto;
    font-weight: 400;
    font-size: 22px;
    color: #7D4229;
}
  
.link{
    font-weight: 400;
    font-size: 18px;
    color: #7D4229;
    text-decoration: none;
}
.logo{
    margin: 20px auto;
    width: 300px;
}