@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;700&display=swap');

body {
    background-color: #EAF3F8;
}

.mainimg{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    margin-bottom: 10px;
}
.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

.button{
    width: 30%;
}
.button1{
    margin-right: 10px;
}

.social{
    width: 5%;
}

body { text-align: center; padding-top: 20px; }

h1 {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 20px;
    color: #71ADD2;
    padding: 0px;
    margin: 0px;
}

h4 {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 18px;
    color: #71ADD2;
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
}
