body{
    background-image: url(/photos/Background3.png);
}

.get-in-touch{
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(254, 238, 125, 0.55);
    backdrop-filter: blur(1vw);
    padding: 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vw;
}

@media (max-width: 768px) {
    .form.dropdown-button{
        width: 40vw; 
        height: 15vw; 
        font-size: 3vw;
        border-radius: 8vw;
    }
}

@media (min-width: 768px) {
    .form.dropdown-button{
        width: 20vw; 
        height: 5vw; 
        font-size: 2vw;
    }
}

