html {
    font-family: sans-serif;
}
    
body {
    margin: 2em;
    padding-bottom: 2em;
}

button {
    background-color: red;
    border: none;
    color: white;
    padding: 15px 32px;
    display: inline-block;
    font-size: 16px;
}

button a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

footer {
   border-top: solid red;
}

form {
    text-align: center;
}

iframe {
    width: 100%;
    height: 500px;
}

svg {
    width: 100%;
    height: auto;

}

.contact {
    float: right;
    text-decoration: none;
    font-weight: bold;
}

.form {
    text-align: center;
}

.header {
    overflow: hidden;
    color: white;
    border-bottom: solid red;
    font-weight: bold;
}

.header a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
}

.header a.logo {
    margin-top: 0px;
    width: 5%;
    height: auto;
}

.header a:hover {
    background-color: lightblue;
    color: black;
}

.header-right {
    float: right;
}

@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }
    .header-right {
        float: none;
    }
    
}

.title {
    text-align: center;
    padding-bottom: 2em;
}
