body{
    background-color: rgb(48, 64, 74);
}
.container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}
.wrappar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 30px;
}
.h5{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 16px;
color: rgb(228, 228, 228);
margin: 20px 10px 10px 10px;

}
.h4{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    margin: 10px;
    color: rgb(240, 240, 240);
}
.logo{

}
.google, .apple{
margin: 15px;
}
.siteLink{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 20px;
color: rgb(255, 255, 255);
text-decoration: none;
}