section{
    height: 20%;
    width: 80%;
    margin-left: 10%;
    padding: 5%, 0, 5%, 0;
}

button{
    color: white !important;
}

h2{
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

p{
    color: black;
}

.field{
    color: black;
}
iframe{
    width:"600"; 
    height:"315";
}

@media (max-width: 768px) {
    iframe {
        width: 100%;
        height: 30%px;
    }
}

@media (max-width: 500px) {
    iframe {
        width: 60%;
        height: 30%;
    }
}

@media screen and (max-device-width: 600px){
	iframe {
        width: 60%;
        height: 30%;
    }
}