body {
    background-image: linear-gradient(#5a1a35, #2b1627);
    font-family: 'rubik_ww', sans-serif;
    color: white;
    text-shadow: 1px 1px black;
}

footer {
    font-size: 20px;
    font-family: 'rubik_ww', sans-serif;
    list-style-type: none;
    min-height: auto;
    min-width: auto;
    border-style: solid;
    color: purple;
    overflow: hidden;
}

footer ul {
    position: relative;
    margin: 0 auto;
    min-width: 400px;
    column-count: 3;
    column-width: 260px;
    column-gap: auto;
}

footer a {
    text-decoration: none;
    color: grey
}

footer a:visited {
    color: grey;
}

footer a:hover {
    transition: all 0.3s ease-in-out;
    color: white;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: -5px;
    z-index: 701;
    opacity: .97;
    filter: alpha(opacity=97);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(#2b1627, #5a1a35);
}

header ul {
    margin: 0 auto;
    max-width: 700px;
    font-size: 20px;
    font-family: 'rubik_ww', sans-serif;
    list-style-type: none;
    overflow: hidden;
    background-image: linear-gradient(#2b1627, #5a1a35);
}

ul,
.bar {
    width: 100%;
}

header li {
    padding-top: 5px;
    float: left;
    text-align: center;
}

header li a,
.dropbtn {
    display: inline-block;
    color: grey;
    text-align: center;
    padding: 12px 20px;
    text-decoration: none;
}

header li a:hover,
.dropdown:hover .dropbtn {
    transition: all 0.3s ease-in-out;
    color: #FFFFFF;
}

header li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-image: linear-gradient(#5a1a35, #2b1627);
    min-width: 2px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: grey;
    padding: 10px 18px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-image: linear-gradient(#2b1627, #5a1a35);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.text {
    padding-top: 70px;
    padding-bottom: 50px;
    max-width: 700px;
    font-size: 13px;
    font-family: 'rubik_ww', sans-serif;
    margin-left: 200px;
    margin-right: 200px;
    text-shadow: 1px 1px black;
    text-align: justify;
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
}

.begin {
    text-align: center;
    color: white;
    text-shadow: 2px 2px black;
}

.visit a {
    text-decoration: none;
    border-bottom: 2px solid black;
    color: white;
}

.visit a:visited {
    color: white;
}

.visit a:hover {
    color: grey;
}

h1 {
    color: white;
    text-shadow: 1px 1px black;
    text-align: left;
}