#url {
    border: gray 1px solid;
    padding: 1em;
    border-radius: 25px;
    width: 90%;
    text-align: center;
    transition: 100ms all ease-in-out;
}

#url:focus {
    background-color: whitesmoke;
    outline: none;
    border: lightblue dashed 1px;
}

#title {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 15%;
    left: 50%;
}

#formContainer h1 {
    font-family: arial, sans-serif;
    font-weight: 100;
    font-size: 3em;
    padding: 0px;
    margin: 0px;
}

#formContainer {
    font-family: arial, sans-serif;
}

progress {
    border-radius: 0;
    margin-top:5px
}

iframe {
    border: none;
    overflow: hidden;
    height:30vh
}

#formContainer {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 35%;
    left: 50%;
    text-align: center;
    width:25%;
}