body {
    background-image: url('Stars.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    margin:0px;
}

.nav {
    text-align: center;
    background-color:none;
    margin:0px;
    border-radius:8x;
}

.butIndex, .butISP, .butClasses, .butFingerprint, .butCites, .butAI {
    margin-top:5px;
    margin-left: 40px;
    margin-bottom: 20px;
    background-color:#ffffff;
    border:none;
    text-decoration:none;
    display: inline-block;
    border-radius:8px;
    padding: 5px 10px
}

.butIndex:hover, .butISP:hover, .butClasses:hover, .butFingerprint:hover, .butCites:hover, .butAI:hover {
    background-color:yellow;
    color:black;
}

.text {
    color:yellow;
    text-align:Center;
    font-size: 150%;
    margin-right: 20px;
    margin-top:20px;
    width: 60vw;
    left: 20vw;
    position: absolute;
    border-width: 1vw;
    border-radius: 20px;
    background-color: #ffffff10;
}

.cites {
    color:yellow;
    text-align:Center;
    font-size:130%;
    margin-right: 20px;
    width: 75vw;
    margin-top: 20px;
    left: 10vw;
    position: absolute;
    border-width: 1vw;
    border-radius: 20px;
    background-color: #ffffff10;
}

.essay {
    font-size:100%;
    font-family: Courier New;
    font-weight:500;
}

td, a {
    text-decoration:none;
    color: white;
    font-style: unset;
    margin:5px;
}

.header {
    color:yellow;
    font-weight: 700;
}

.AboutMe {
    font-size:150px;
    font-family: Georgia;
    margin: 0px;
    text-align: center;
    background-image: url('Sun.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 120%;
    border-radius:12px
}

.Classes {
    font-size:150px;
    font-family:Georgia;
    margin: 0px;
    text-align: center;
    background-image: url('Sun.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.ISP {
    font-size:150px;
    font-family: Georgia;
    margin: 0px;
    text-align: center;
    background-image: url('Sun.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.github {
    bottom:2vh;
    position:absolute;
    left:45vw;
}


.beginning {
    font-weight: 700;
    font-size:200%;
    font-family:Arial;
    margin-bottom:0px;
    text-align: center;
}

.description {
    font-size:150%;
    font-family:Courier New;
    font-weight: 700;
}

.newline {
    margin-left:10px
    font-size:150%;
    font-family:Arial;
    font-weight: 700;
}
