body {
    color: #f5f5f5;
    background-color: #0D1B2A !important;
    font-family: 'Roboto Light', sans-serif;

}
p {

}
a {
    text-decoration: none;
    color: White;
}
.title {
    position: sticky;
    top: 21.5px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    text-indent: 20px;
    border-style: solid;
    border-color: #FF6F61;
    background-color: #1a3655;
    border-width: 5px;
    border-radius: 1000px;
    z-index: 2;

}
.autobiography {
    position: absolute;
    text-align: center;
    font-size: 20px;
    width: 80%;
    left: 6%;
    padding: 20px;
    border-radius: 10px;

}
.button {
    background-color: #3664a3;
    border: solid 6px #22446c;
    width: 200px;
    border-block-width: 2px;
    border-radius: 15px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.button:hover {
    background-color: rgba(255, 111, 97, 0.81);
    border-color: rgba(26, 54, 85, 0.6);
}
.button2 {
    background-color: #3664a3;
    border: solid 6px #22446c;
    width: 200px;
    border-block-width: 2px;
    border-radius: 15px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.button2:hover {
    background-color: rgba(255, 111, 97, 0.81);
    border-color: rgba(26, 54, 85, 0.6);
}
.playlistName {
    position: fixed;
    text-align: match-parent;
    left:625px;
    top: 10px;
}
div.navbar {
    position: sticky;
    top: 22px;
}
.leftArrow {
    position: fixed;
    top: 400px;
    left: 10%;
    background-color: #3664a3;
    border: solid 2px #22446c;
    border-radius: 100%;
    scale: 5;
}
.rightArrow {
    position: fixed;
    top: 400px;
    right: 10%;
    background-color: #3664a3;
    border: solid 2px #22446c;
    border-radius: 100%;
    scale: 5;
}
.leftArrow:hover {
    background-color: rgba(255, 111, 97, 0.81);
    border: solid 2px rgba(34, 68, 108, 0.61);
}
.rightArrow:hover {
    background-color: rgba(255, 111, 97, 0.81);
    border: solid 2px rgba(34, 68, 108, 0.61);

}
div.playlistBox {

}
div.dontForget {
    left:570px;
    top: 125px;
}
div.dancefloor {
    left:570px;
    top: 125px;
}
div.contact{
    font-size: 19px;
    position: fixed;
    left: 1%;
    right: 1%;
    width: 100%;
}
div.footer {
    position: fixed;
    background-color: #1a3655;
    bottom: 3%;
    height: 12%;
    width: 98%;
    padding-bottom: 1%;
    border: #FF6F61 10px solid;
    border-radius: 100px;
}
div.dropdown {
    font-size: 20px;
    text-decoration-line: none;
    word-spacing: 200px;
    position: fixed;
    top: 24px;
    display: none;
    width: 97%;
    height: 200px;
    border-radius: 40px;
    box-sizing: border-box;
    background-color: rgb(26, 54, 85);
    z-index: 1;
    border: 5px solid #FF6F61;
    text-indent: 5px;
}
div.dropdown .topLeft {
    position: absolute;
    left: 10%;
    top: 40%;
}
div.dropdown .middleLeft {
    position: absolute;
    left: 10%;
    top: 60%;
}
div.dropdown .bottomLeft {
    position: absolute;
    left: 10%;
    top: 80%;
}
div.dropdown .topRight {
    position: absolute;
    left: 70%;
    top: 40%;
}
div.dropdown .middleRight {
    position: absolute;
    left: 70%;
    top: 60%;
}

@media screen and (max-width: 600px) {
    .button2{
        display: none;
    }
    div.footer {
        font-size: 12px;
    }
}

@media screen and (min-width: 601px) {
    div.phoneMenu {
        display: none;
    }
    div.dropdown {
        display: none;
    }
    div.footer {;
        font-size: 15px;
    }
}
.spotifyPlaylist{
    position: fixed;
    left: 25%;
    width: 50%
}