﻿#moto {
    text-align: right;
    padding-right: 2%;
}

#bigTitle {
    text-align: center;
    font-weight: bold;
    font-size: 5em;
    text-shadow: 1px 1px 0px black, 2px 2px 0px black, 3px 3px 0px black, 6px 6px 6px darkgrey;
}

#explain {
    text-align: center;
    color: #81669f;
    font-weight: bold;
    margin-bottom: 30px;
}

#sideBar ul {
    list-style-type: none;
}

    #sideBar ul li {
        line-height: 3em;
    }

#mainMenu {
    position: relative;
    border-radius: 0 0 9px 9px;
    box-shadow: 0px 2px 5px 1px black;
    padding: 15px 5px 17px 5px;
    background-color: rgb(51, 61, 61);
}

.home-main {
    width: 97%;
}
