*{
    margin: 0;
    color: white;
    }

a:link{
   color: rgb(140, 194, 238);}

a:visited{
    color: rgb(140, 194, 238);
    /* color: rgb(142, 140, 238); */
}


body{
    background-image: url("images/spacebg.gif");
}

header{
    font-size: 24px;
    position: relative;
    margin: auto;
    width:400px;
    padding: 10px;
    text-align: center;   
}

.center{
    position: relative;
    margin: auto;
    width: 400px;
}

.main{
    text-align: left;
    border-style: outset;
    border-color: white;
    background-color: #000000c0;
    padding: 10px;
}

.main img{
    max-width: 100px;
    max-height: 50px;
    position: relative;
    top: 10px;
}

.left{
    position: absolute;
    right: 410px;
    top: 0%;
    margin: auto;
    width: fit-content;
    height: fit-content;
    padding: 1px;
}

.right{
    text-align: left;
    border-style: outset;
    border-color: white;
    background-color: #000000c0;
    position: absolute;
    left: 410px;
    top: 0%;
    margin: auto;
    width: 90px;
    height: fit-content;
    font-size: 18px;
    padding: 10px;
}

.rightbutton{
    position: absolute;
    left: 410px;
    top: 205px;
    margin: auto;
    height: fit-content;
}

.right li{
    position: relative;
    text-decoration: none;
    list-style-type: none;
}
.bottom{
    padding-top: 20px;
    text-align: right;
}