a { 
    font-family: "Courier New", serif; 
    color: lightgray;
}

body {
    padding-bottom: 50px;
}

.language {
    /*Background*/
    width: fit-content;
    margin-left: auto;
    margin-right: 30px;
    margin-top: 40px;
    padding: 1%;
    background-color: rgb(24, 24, 24);
}

.basicItem {
    /*Text*/
    text-align: center;
    font-size: 150%;
    letter-spacing: 0.03em;
    color: lightgray;

    width: 33%;
    height: fit-content;
    padding-bottom: 20px;
    padding-left: 10px; padding-right: 10px;
    background-color: rgb(24, 24, 24);
}

.titleStuff {
    background-color: rgb(24, 24, 24);
    width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    padding: 1%;

    text-align: center;
    font-size: 200%;
    letter-spacing: 0.03em;
}

.Plugin {
    /*Position*/
    position: absolute;
    margin-left: 10%;
    margin-top: 20vh;
}
.supportus {
    /*Position*/
    position: absolute;
    margin-left: 55%;
    margin-top: 40vh;
}
.playlist {
    /*Position*/
    position: absolute;
    margin-left: 17%;
    margin-top: 60vh;
    width: 28%;
}
.mList {
    text-align: left;
    margin-left: 20%;
}
.merch {
    /*Position*/
    position: absolute;
    margin-left: 60%;
    margin-top: 80vh;
}
.theArtPlace {
    /*Position
    position: absolute;*/
    margin-left: 20%;
    margin-top: 100vh;
    margin-bottom: 10%;
    padding: 5px;
    padding-bottom: 20px;
}
.artMe {
    background-color: rgb(63, 63, 63);
    padding: 10px;
}