    body {
        background-color: black;
        font-family: Helvetica, Arial, sans-serif;
        color: floralwhite;
        position: relative;
        margin-top: 268px;
    }
    
    .clear {
        clear: both;
    }
    
    #link {
        color: aqua;
        font-weight: bold;
    }
    
    .bold {
        font-weight: bold;
        font-style: italic;
        color: greenyellow;
    }
    
    #Top {
        color: yellow;
        text-decoration: underline;
        font-weight: bold;
    }
    
    #Return {
        color: green;
        text-decoration: underline;
        font-weight: bold;
    }
    
    .massima {
        color: orange;
        font-weight: bold;
        font-style: italic;
    }
    
    .topbar-menu {
        font-weight: bold;
        font-size: 40%;
        margin-left: 0 auto;
        top: auto;
        height: 15px;
    }
    
    .topbar-menu a {
        color: white;
        text-decoration: none;
        padding: 3px 0 3px 0;
        font-size: 12px;
        position: relative;
        margin-left: 40px;
        top: 0px;
    }
    
    .topbar-menu a:hover {
        text-decoration: underline;
    }
    
    p {
        font-size: 17px;
        margin: 35px 20px 35px 0px;
    }
    
    #social {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 65%;
        position: relative;
        margin: 10px -20px -10px 20px;
        float: right;
    }
    
    .video {
        width: 60%;
        height: 60%;
    }
    
    .nav-link {
        padding: 0px 0px !important;
        position: relative !important;
        margin: 6px 10px 0 10px !important;
    }