@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
    background: #f5f5f5;
    text-align: center;
}
.p1 {
    font-size: 18px;
    font-weight: bold;
    color: #3c5844;
}
.cont {
    border: 5px #31526E solid;
    margin: 0 auto;
    padding: 5px 20px;
    width: 500px;
    border-radius: 10px;
}
a:link, a:active, a:visited {
    color: #005592;
    text-decoration: underline;
}
a:hover{
    color: #0082df;
    text-decoration: underline;
}
@media (max-width: 767px){
    .cont{
        width: 80%;
    }
    .logo{
        width: 90%;
    }
}
