body
        {
            width: 96vw;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;

            text-align: center;
            font-family: Arial;
            
            color: #FFF;
            background-color: black;
            background-size: cover;
            background-image: url("videos/Space BG.gif");
        }
        
        .main
        {
            margin-top: 10vw;
            margin-bottom: 10vw;
            width: 60%;
            height: 90%;

            justify-content: center;
            box-shadow: 5px 5px 5px black;

            padding: 15px;
            background-color: #53A5EE;
            border-top: 15px solid #BBEAFC;
            border-bottom: 15px solid #BBEAFC;
            border-left: 15px solid #BBEAFC;
            border-right: 15px solid #BBEAFC;
            
            border-radius: 30px;
        }