body, html {
    height: 100%;
    margin:0;
}

.bg {

    background-image: url("../img/ezzy-h.jpg");


    height: 100%;


    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.content {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.logo {
    background-image: url("../img/logo-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 316px;
    height: 97px;
}


.desc {
    margin-top: 4em;
    color: white;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4em;
}

.desc p:first-child {
    font-weight: 100;
    font-size: 12px;
}

.desc p {
    margin: 5px 0;
}
.company-name {
    font-weight: 700;
    padding: 0px 0 7px 0;
    font-size: 1.1em;
}