*{box-sizing: border-box;}

html {
    height: 100%;
}

body{
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: #007580;
    background: linear-gradient(0deg,rgba(0, 117, 128, 1) 0%, rgba(0, 117, 128, 1) 35%, rgba(228, 254, 255, 1) 35%, rgba(228, 254, 255, 1) 40%, rgba(0, 117, 128, 1) 40%, rgba(0, 117, 128, 1) 56%, rgba(0, 169, 197, 1) 100%);
    font-family: Terminal;
}

#main{
    background: #E4FEFF;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35%;
    padding: 15px;
    font-size: 17px;
}

#logo{
    position: absolute;
    top: 20%;
    left: 15%;
    color: #E4FEFF;
}

.logo{
    width: 28%;
    float: left;
    image-rendering: pixelated;
}

.boot{
    font-size: 20px;
}

#load{
    font-style: italic;
    margin: 0;
    font-size: 20px;
}

p{margin: 0 2px;}
h2{
    background: #007580;
    background: linear-gradient(90deg,rgba(0, 117, 128, 1) 0%, rgba(0, 117, 128, 1) 62%, rgba(228, 254, 255, 1) 100%);
    color: #E4FEFF;
    padding: 2px 5px;
}
hr{
    border: transparent;
    border-top: 1px solid #007580;
}
a{
    color: #E4FEFF;
    text-decoration: none;
}
a:hover{text-decoration: underline;}

.s{font-size: 15px;}