:root{
    --borderColor: White; /*#00ACC1; */

}

a{
    color: var(--borderColor);
}
a:hover{
    color: #66BCC1;
}


body{
    background-color: black;
    color: White;
    
}
#topline{
    background-color: var(--borderColor);
    color: black;
    text-align: center;  
    margin: 5px;
    border-radius: 3px;
}
#main{
    height: 1100px;
    border: 1px solid var(--borderColor);
    border-radius: 3px;
    text-align: center;
    margin: 5px;
}