body {
    background-color: #FFFFFF;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

#logo {
    margin-top: 50px;
}

#image {
    width: 100%;
}

h1 {
    color: #252839;
    font-family: K2D;
    font-size: 70px !important;
    font-weight: 700 !important;
}

h2 {
    color: #252839;
    font-family: K2D;
    font-size: 36px !important;
    font-weight: 400 !important;

}

#phone {
    width: 54px;
    height: 54px;
    padding: 9px;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    background: #F9B303;
}

#mail {
    width: 54px;
    height: 54px;
    padding: 9px;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    background: #F9B303;
}
p{
color:  #252839;
font-family: Nunito Sans;
font-size: 18px;
}
@media only screen and (max-width: 600px) {
    h1 {
        font-size: 48px !important;
    }
    h2 {
        font-size: 24px !important;
    }
    #phone {
        width: 36px;
        height: 36px;
    }
    #mail {
        width: 36px;
        height: 36px;
    }
}