html {
    font-family: "Segoe UI";
    color:white;
    background: linear-gradient(to bottom, #1a1a1a, #261d3d);
    background-attachment: fixed;
}

nav {
    background: linear-gradient(to right, #303030, #261d3d);
    background-attachment: fixed;
    height: 50px;
    border-radius: 14px;
    box-shadow: 0px 2px 2px #121212;
}

.navIcon {
    height: 40px;
    width: 40px;

    position: relative;
    top: 10px;

    text-decoration: none;
}

.navElem {
    height: 32px;
    width: 32px;

    margin-left: 20px;
    position: relative;
    bottom: 8px;

    color: white;
    text-shadow: 0px 3px 4px #1a1a1a;
    text-decoration: none;
}

.navElem:hover {
    color: #9f7aff;
    text-shadow: 0px 3px 4px #1b1223;
}

footer {
    width: 50%;
    height: 32px;

    margin-left: 25%;
    margin-right: 25%;
    margin-top: 24px;

    text-align: center;
    color: #d0d0d0;
    text-shadow: 0px 0px 2px #000000;
}

.mainText {
    margin-left: 10%; 
    margin-right: 10%;
    margin-top: 30px;

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 10px;

    border-radius: 16px;
    font-size: 16px;
    background-color: #242424;
    box-shadow: 0px 4px 4px #121212;  
}

.mainText a {
    color: #9f7aff;
    text-decoration: none;
}

#buroMod {
    width: 200px;
    box-shadow: 0px 4px 4px #000000;
}

#buroMod:hover {
    box-shadow: 0px 0px 4px #9f7aff;
}