#screen {
    font-family: "Segoe UI", Segoe, Arial, sans-serif;
    background: #1171ab;
    color: #fefeff;
    height: 100vh;
    width: 100%;
    cursor: none;
    position: fixed;
    top: 0;
    left: 0;
}

#page {
    height: 100%;
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10.9%;
}

#logo {
    width: 110px;
    margin-bottom: 10px;
    margin-left: -20px;
    margin-top: -37px;
}

#screen h2,
#screen h3,
#screen h4 {
    margin-bottom: 20px;
    font-weight: 300;
}

#screen h2 {
    font-size: 34.5px;
    line-height: 1.5em;
}

#screen h4 {
    font-size: 16.9px;
}

#screen h5 {
    font-size: 14px;
}

#details {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    margin-top: 15px;
}

#image {
    background: white;
    padding: 5px;
    line-height: 0;
}

#image .small {
    width: 85px;
    height: 85px;
}

#image .medium {
    width: 107px;
    height: 107px;
}

#stopcode {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15px;
}
#stopcode:first-child {
    font-size: 16.8px;
    margin-top: -5px;
}

#bottom-details {
    margin-top: 15px;
}

#error-message {
    font-size: 23px;
    display: block;
    color: #fbff00;
    font-weight: 400;
    line-height: 1em;
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease;
}




pre {
    margin: 0;
}

.main-title {
    font-family: 'Courier New', 'Courier', 'mono';
    margin: 0 5% 30px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#hackotron-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #cb8c22;
    font-size: calc(6px + .45vw);
    font-weight: bold;
    margin: 10px 0 30px;
}

#hackotron-subtitle {
    font-size: calc(4px + .2vw);
}

#hackotron-title pre {
    margin: 0;
}

#buttons-div {
    display: flex;
    flex-wrap: wrap;
    max-width: 520px;
    justify-content: center;
    margin: 0 auto 30px;
}

.nav-icon {
    width: 22vw;
    max-width: 100px;
    height: 22vw;
    max-height: 100px;
    margin: 2% 3%;
    border-radius: 50%;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.nav-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    filter: drop-shadow(0 2px 5px #000);
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.nav-icon .active {
    pointer-events: all;
}

.nav-icon .active:active {
    width: 90%;
    height: 90%;
    transform: translate(5%, 5%);
}

.disabled:hover {
    cursor: not-allowed;
}

@media screen and (max-width: 578px) {
    #cog {
        font-size: calc(3px + .8vw);
    }
}