body {
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(90deg, rgba(18,183,231,1) 0%, rgba(206,255,0,1) 100%);
    color: white;
    display: flex;
    flex-direction: column;
}

.center {
    text-align: center;
    align-items: center;
}

.title {
    text-shadow: 3px 6px rgba(174, 174, 174, 0.425);
    font-size: 60px;
}

.albumContainer {
    background-image: url("images/albumBackground.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    width: 100%;
}

.albumContent {
    border: 5px rgb(89, 223, 11) solid;
    border-radius: 15px;
    background-color: rgba(25, 165, 121, 0.392);
    width: fit-content;
    padding: 10px;
    display: inline-block;
    margin: 0 auto;
}

.albumImage {
    width: 300px;
    height: auto;
    border-radius: 10px;
}

.albumImageMain {
    width: 325px;
    height: auto;
    border-radius: 10px;
}

.albumTitle {
    color: black;
    font-size: xx-large;
}

.logo {
    width: auto;
    height: 80px;
}

.navContainer {
    width: 100%;
    border: 4px rgba(44,121,194,1) solid;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
    border-radius: 15px;
    padding: 5px;
}

.imageContainer {
    float: left;
    padding: 3px;
}

.hamburgerIconInitial {
    float: right;
    vertical-align: middle;
}

.hamburgerIconClose {
    float: right;
    vertical-align: middle;
    display: none;
}

.burgerButton {
    background-color: rgba(0,255,0,0);
    border: none;
    color: white;
}

.secondContainer {
    vertical-align: middle;
}

hr {
    visibility: hidden;
}

.menu {
    width: 100%;
    height: auto;
    padding: 10px;
    align-self: left;
    background-color: rgb(25, 128, 197);
    display: none;
}

.anav {
    font-size: 50px;
    font-weight: 999;
    text-decoration: none;
    color: rgb(0, 0, 0);
    -webkit-text-stroke: 1px white;
}

.topnavdiv {
    border-top: 5px solid rgb(255, 255, 255);
    background-color: rgb(24, 98, 209);
    padding: 15px;
    transition: 0.2s ease-out;
}

.topnavdiv:hover {
    background-color: rgba(8,255,157,1);
    color: black;
    transition: 0.2s ease-out;
}

.botnavdiv {
    border-bottom: 5px solid white;
    background-color: rgb(24, 98, 209);
    padding: 15px;
    transition: 0.2s ease-out;
}

.botnavdiv:hover {
    background-color: rgb(8, 255, 157);
}

.vtitle {
    font-size: xx-large;
    font-weight: 700;
}

.vtitle2 {
    font-size: x-large;
    font-weight: 500;
}

.video {
    border: 5px solid rgb(205, 30, 21);
    background-color: rgba(42, 71, 165, 0.363);
    width: 100%;
    justify-items: center;
    display: grid;
}

.vdesc {
    border: 3px solid rgb(41, 86, 210);
    border-radius: 15px;
    padding: 5px;
    background-color: rgba(41, 128, 185,0.475);
}

.vcontent {
    border: 3px solid rgb(229, 28, 35);
    border-radius: 15px;
    padding: 15px;
    background-color: rgba(231, 76, 60, 0.45);
}

.videoembed {
    border-radius: 15px;
}

.socials {
    width: 100%;
    height: auto;
    padding: 10px;
    align-self: left;
    background-color: rgb(25, 128, 197);
    display: none;
}

.mClose {
    display: none;
}

.notice {
    padding: 3px;
    margin: 0;
}

.albumButton {
    background-color: rgba(0,0,0,0);
    border: none;
}

.aalbum {
    color: white;
    text-decoration: none;
}

.descriptions {
    border: 5px solid rgb(25, 101, 181);
    background-color: rgba(25, 187, 90, 0.57);
    justify-items: center;
    display: grid;
}

.dbio {
    border: 3px solid rgb(36, 167, 82);
    background-color: rgba(25, 186, 105, 0.491);
    padding: 3px;
    border-radius: 15px;
}

.bbio {
    border: 3px solid rgb(36, 128, 167);
    background-color: rgba(25, 84, 186, 0.491);
    padding: 3px;
    border-radius: 15px;
}

.item {
    font-size: x-large;
    color: white;
    text-decoration: none;
    transition: 0.3s ease-out;
}

.item:hover {
    color: rgb(148, 205, 255);
}

.socials2 {
    width: 100%;
    height: auto;
    padding: 10px;
    align-self: left;
    background-color: rgb(25, 128, 197);
    display: grid;
}

.mail {
    color: white;
    text-decoration: none;
    transition: 0.2s ease-out;
}

.mail:hover {
    color: rgb(138, 191, 255);
}

.inputform {
    border: 3px solid rgb(29, 102, 211);
    border-radius: 15px;
    background-color: rgb(24, 255, 132);
    transition: 0.275s ease-out;
}

.inputform:hover {
    background-color: rgb(163, 194, 255);
    color: rgb(0, 0, 0);
}

.name {
    width: 350px;
    height: 50px;
    font-size: x-large;
    text-align: center;
    font-family: monospace;
}

.email {
    width: 400px;
    height: 50px;
    font-size: large;
    text-align: center;
    font-family: monospace;
}

.paragraph {
    width: 400px;
    height: 400px;
    font-size: large;
    font-family: monospace;
}

.fbutton {
    border: 4px solid rgb(29, 219, 118);
    border-radius: 15px;
    background-color: rgb(21, 119, 223);
    color: white;
    font-size: x-large;
    font-weight: 750;
    width: 150px;
    height: 50px;
    transition: 0.275s ease-out;
}

.fbutton:hover {
    background-color: rgb(6, 82, 221);
    box-shadow: 0 13px 17px 0 rgba(0,0,0,0.5), 0 25px 65px 0 rgba(0,0,0,0.25);
    width: 200px;
    height: 100px;
    font-size: xx-large;
    font-weight: 999;
}

.fdescribe {
    font-size: large;
    font-weight: 999;
    font-family: monospace;
}