@font-face {
    font-family: "Montserrat-Regular";
    src: url("Montserrat-Regular.ttf") format("truetype");
}

body {
    background-color: rgb(20, 20, 20);
    margin: 0%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8vh;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    background-color: black;
}

#RSW {
    width: 13vh;
    margin-right: 3.5vh;
    margin-left: 1vh;
}

#top,
#albumCover {
    display: flex;
    align-items: center;
    height: 13vh;
}

#weather {
    display: flex;
    align-items: center;
    gap: 2vh;
    margin-right: 10vh;
}

#icon {
    height: 7vh;
}

#degree {
    font-size: 4vh;
}

#songTitle,
#albumTitle,
.marginAlbum {
    margin-left: 3.5vh;
}

#albumTitle {
    font-family: "Montserrat-Regular";
    font-size: 1.6vh;
}

#header {
    text-align: center;
    color: gainsboro;
    font-size: 7vh;
    margin-top: 3vh;
}

.info {
    text-align: center;
    color: gainsboro;
    font-size: 4vh;
    margin-top: 0vh;
}

#back {
    height: 5vh;
    margin-top: 4.5vh;
    margin-left: 10vh;
    position: absolute;
    z-index: +1;
}

#alben {
    text-align: center;
    margin-top: 10vh;
}

#overview {
    text-align: center;
    margin-top: 10vh;
    display: flex;
    justify-content: space-around;
}

.picsize {
    height: 25vh;
    margin-bottom: 3vh;
}

.picsize:hover {
    cursor: pointer;
    border: 4px solid gray;
    zoom: 110%;
}

.picsize2 {
    height: 25vh;
    margin: 3vh;
}

.picsize2:hover {
    cursor: pointer;
}

#zoompic {
    height: 80vh;
}

#singlepic {
    text-align: center;
    margin-top: 3vh;

}

#move {
    width: 100vw;
    position: absolute;
    z-index: +1;
    margin-top: 30vh;
    display: flex;
    justify-content: space-between;
}

.arrow {
    cursor: pointer;
}

.inputdiv {
    margin-top: 5vh;
    text-align: center;
}

.input {
    color: gainsboro;
    background-color: rgb(75, 75, 75);
    font-size: 4vh;
    font-family: 'Montserrat', sans-serif;
}

.space {
    padding: 2.5vh;
}

.list {
    margin-top: 5vh;
    text-align: center;
}

.labellist {
    color: gainsboro;
    font-size: 2vh;
    font-family: 'Montserrat', sans-serif;
}