@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.montserrat,p,h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a{text-decoration: none;}
body{margin:0; height: 98vh; border-top: 1vh solid #fdb813; border-bottom: 1vh solid #fdb813;}
.content{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 98vh;
}
.content a p{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: black;
}
.imglogo{
    width: 275px;
}
.imgtext1{
    width: 225px;
    margin-bottom:25px;
}
.imgtext2{
    width: 225px;
}
.imgcatalogue{
    width: 80px;
}
.addresscontent{
    display: flex;
    justify-content: center;
    width: 100%;
}
.mailaddress{font-size: 24px;}
@media only screen and (max-width: 768px) {
    .mailaddress{font-size: 18px;}
    .addresscontent p{
        font-size: 12px;
    }
    .imgtext1{
    margin-bottom:15px;
    }
    .content{
        
    }
    .imglogo{
        margin: 25px 0px;
    }
    .addresscontent{
        margin: 25px 0px;
    }
}
@media screen and (min-device-width: 1850px){
    .imglogo{
    width: 375px;
}
.imgtext1{
    width: 400px;
}
.imgtext2{
    width: 400px;
}
}