* {
    padding: 0;
    margin: 0;
    box-sizing: 0;
    font-family: "Fredoka", sans-serif;
}

body {
    background-image: url(/imgs/black-car-cadillac-eldorado-cadillac-vintage-car-wallpaper-preview.jpg);
    background-size: cover;
    background-position: center;
}
section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    text-decoration: none;
}

#bg {
    position: relative;
    height: 60%;
    width: 90%;
    border-radius: 30px;
    background-color: rgba(63, 63, 63, 0.2);
    box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.4);
}



#conteudo1 {
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(7px);
    border-radius: 30px;
    color: whitesmoke;
    text-align: center;

} 


h1 {
    margin: 2% 0% 0% 0%;
    font-size: 35px;
    cursor: default;
}

h2 {
    margin: 2% 0% 8% 0%;
    font-size: 30px;
    cursor: default;
}

h4 {
    margin: 5% 0% 0% 0%;
    font-size: 40px;
    color: #CD212A;
    cursor: default;
}

#conteudo1 > p {
    margin: 2% 0% 2% 0%;
    font-size: 24px;
    cursor: default;
}

 #whatsapp {
        height: 55px;
        width: 20%;
        background-color: whitesmoke;
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: 0.4s;
        cursor: pointer;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: -4%;
    }

    #whatsapp > P {
        color: #5CB338;
        font-weight: 500;
        text-decoration: none;
        transition: 0.5s;
        margin-left: 5%;
    }

    #whatsapp > svg {
        fill: #5CB338;
        height: 25px;
        width: 25px;
        transition: 0.5s;
    }

    #whatsapp:hover {
        background-color: #5CB338;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.6);
        width: 22%;
        height: 60px;
    }
    
    #whatsapp:hover > svg {
        fill: whitesmoke;
    }

    #whatsapp:hover > p {
        color: whitesmoke;
    }

@media (max-width:960px ) and (min-width: 540px){
    #whatsapp {
        width: 50%;
    }
}

@media (max-height: 600px){
    #conteudo1 > p, h4 {
        display: none;
    }

    h1 {
        margin-bottom: 5%;
    }
    h2{
        display: none;
    }
    #link {
        font-size: 45px;
    }

    #whatsapp{
        width: 30%;
    }

    #whatsapp:hover {
        width: 35%;
    }
}


@media (max-width: 540px) {

    body {
    background-image: url(imgs/vertical-vintage-blue-cadillac-vi7tfiobcemg63da.jpg);
    background-size: cover;
    background-position: center;
    }
    section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5)
    }

    #bg {
        position: relative;
        width: 90%;
        height: 60%;
        background-position: right;
        background-color: transparent;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
    }

    #bg > div {
        width: 100%;
        height: 100%;
        position: absolute;
        backdrop-filter: blur(7px) brightness(60%);
        border-radius: 30px;
        color: whitesmoke;
        text-align: center;
    }    

    h1 {
        width: 100%;
        font-size: 30px;
        margin: 5% 0px 3% 0px;
        
    }

    h2 {
        font-size: 26px;
        padding: 3%;
        margin-bottom: 5%;

    }

    h4 {
        font-size: 18px;
        color: #CD212A;
        margin: 0%;
        padding: 0%;
    }
    

    #conteudo1 > p {
    padding: 0% 3% 0px 3%;
    margin: 0%;
    font-size: 15px;
    }

    #whatsapp {
        height: 55px;
        width: 55%;
        background-color: whitesmoke;
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: 0.5s;
        cursor: pointer;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        bottom: -10%;
    }

    #whatsapp > P {
        color: #5CB338;
        font-weight: 500;
        text-decoration: none;
        margin-left: 5%;
        transition: 0.5s;
    }

    #whatsapp > svg {
        fill: #5CB338;
        height: 25px;
        width: 25px;
        transition: 0.5s;
    }

    #whatsapp:hover {
        background-color: #5CB338;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.6);
        height: 60px;
        width: 65%;
    }
    
    #whatsapp:hover > svg {
        fill: whitesmoke;
    }

    #whatsapp:hover > p {
        color: whitesmoke;
    }
}