body {
    max-width:100%;
    margin: 0 auto;
    font-family: arial;
    min-height: 100%;
    min-width: 100%;
    background-color:black;
    color: white;
}
#prime {
    background-color: rgb(29, 246, 91)!important;
    color: black !important;
    margin-bottom: 10%;
}
#beta {
    background-color: #FFFF00!important;
    color: black !important;
    margin-bottom: 10%;
}
#wrapper{
    margin: 3%;
    font-size: x-large;
}
#wrapper a{
    font-size: x-large;
    background-color: whitesmoke;
    padding: 1%;
    margin: 1px;
    line-height: 2.7;
    color: black;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
}
h1{
    font-size: xx-large;
}
h1 a {
    font-size: x-large !important;
    background-color: black !important;
    color: whitesmoke !important; 
    text-decoration: none;
    text-transform: uppercase;
    padding: 1%;
}
#xing a{
    background-color: darkgreen;
    color: lightgreen;
}
.intro{
    padding: 1%;  
    text-transform: uppercase;
    color:whitesmoke;
    margin-top: 1.5%;
}
#dkms {
    background-color: red !important;
    color: whitesmoke !important;
    margin-bottom: 10%;
}
#e {
    background-color: black !important;
    color: whitesmoke !important;
    padding: 1%;
    font-size: xx-large;
}
#e a{
    background-color: whitesmoke !important;
    font-size: xx-large;
    padding: 0;
    line-height: 1.2;
}
@media only screen and (max-width: 600px) {
    #wrapper{
        margin: 3%;
        font-size: xx-large;
    }
    #wrapper a{
        font-size: xx-large;
        background-color: whitesmoke;
        padding: 1%;
        margin: 1px;
        line-height: 2.7;
        color: black;
        text-decoration: none;
        font-weight: 800;
        cursor: pointer;
    }
    h1{
        font-size: xx-large;
    }
    h1 a {
        font-size: xx-large !important;
        background-color: black !important;
        color: whitesmoke !important; 
        text-decoration: none;
        text-transform: uppercase;
        padding: 1%;
    }
  }