   body {
    background-color: white;
    margin: 0;
    padding:0;
    width: 100%;
    height: 100vh;
    }

div#ontop {
    z-index: 20;
    position: fixed;
    }
        
div#container {
    position: relative;
    width: 75vw;
    margin: auto;
    padding-top:12px;
    padding-bottom: 12px;
    text-align: center;
    height: 65vh;
    }

div#textcontainer {
    position: relative;
    width: 75vw;
    margin: auto;
    text-align: center;
    height: 0;
    }
        
div.glasses {
    background-image: url('../img/glasses.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 20;
    }
    
div#text {
    font-family: 'Impact', 'Haettenschweiler', 'Arial Narrow Bold', sans-serif;
    text-shadow:
        -2px -2px 0 white,  
        2px -2px 0 white,
        -2px 2px 0 white,
        2px 2px 0 white;
    z-index: 30;
    margin: auto;
    text-align: center;
    z-index: 20;
    position: relative;
    }

form {
    width: 100%;
    margin: auto;
    text-align:center;
    position: relative;
}

img#dealwithitbot {
    max-height: 50vh;
    max-width: 70vw;   
}

input[type=url] {
    width: 60%;
    padding: 12px;
    height: 26px;
    font-family: 'Segoe UI', 'Verdana', sans-serif;
    font-size: 18px;
    text-align:center;
    border: 1px solid gray;
}

input[type=button], input[type=submit] {
    background-color: cornflowerblue;
    color: white;
    height: 50px;
    text-decoration: bold;
    font-family: 'Segoe UI', 'Verdana', sans-serif;
    font-size: 18px;
    padding: 8px;
    cursor: pointer;
}

input:disabled{
    background-color: rgba(200,200,200,.6);
    color: white; 
}

footer {
    background-color: rgba(200,200,200,.3);
    color: black;
    font-family: 'Segoe UI', 'Verdana', sans-serif;
    position: fixed;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align:center;
}

p {
    font-family: 'Segoe UI', 'Verdana', sans-serif;
}

a {
    text-decoration: underline;
    color: black;
    font-family: 'Segoe UI', 'Verdana', sans-serif;
}
