html,
body {
    height: 100%;
}

body {
    margin: 0;
    overflow: hidden;
}

#nav {
    overflow-y: hidden;
    width: 96%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 3%;
}

#log {
    color: white;
    opacity: 0.7;
    overflow-y: hidden;
    width: 96%;
    height: 91%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 6%;
}

#vid {
    position: absolute;
    width: 100%;
    z-index: -1;
}

#ifr {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

#pop {
    font-family: "Effra", sans-serif;
    color: white;
    font-size: x-large;
}

#pop div[data-info="title"] {
    color: white !important;
    font-weight: bold;
    border-bottom: 1px solid black;
    padding: 7px 0;
    background-image: linear-gradient(to top, #00102D 0%, #08225B 39%, #1C58B8 96%, #5692D1 100%);
}

#pop div[data-info="input"] {
    color:white;
}

#pop button{
    color: white;
    right: 10px;
    font-size: x-large;
    background-image: linear-gradient(to right, transparent 98%, #9EB2C3),linear-gradient(to top, transparent 98%, #9EB2C3), linear-gradient(to top, #00102D 0%, #08225B 39%, #1C58B8 96%, #5692D1 100%);
}

#pop .blur{
    border: 2px solid black;
}

#pop .focus{
    background-image:   linear-gradient(to top, #00102D 0%, #08225B 39%, #1C58B8 96%, #5692D1 100%);
    border: 2px solid white;
}


.focus {
    color: #ff5656;
}

.blur {
    color: black;
}

div[data-info="info"] {
    position: absolute;
    padding: 0 52px;
    max-width: fit-content;
}