@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
  background-color:  rgb(40,40,40);
  justify-content: center;
  justify-items: center;
  text-align: center;
  word-wrap: break-word;
  margin: auto;
}
.space-mono-bold {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-style: normal;
}


@media  (min-width: 361px) {
h1 {
    display: flex;
    width: 100%;
    padding-bottom: 15px;
    height: 100px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: #77ce8a;
    word-break: break-all;
    font-size: 8vw;
}
}
@media screen and (max-width:360px) {
h1 {
    display: flex;
    width: 100%;
    padding-bottom: 15px;
    height: 30px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: #77ce8a;
    word-break: break-all;
    font-size: 30px;
}
}

#rebel {
    display: flex;
    width: 80%;
    padding-bottom: 15px;
    height: 100px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: #77ce8a;
    word-break: break-all;
    font-size: 30px;
}

@media screen and (max-width:690px) {
#rebel {
    display: flex;
    width: 80%;
    padding-bottom: 15px;
    height: 30px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: #77ce8a;
    word-break: break-all;
    font-size: 15px;
}
}
@media screen and (max-width:360px) {
#rebel {
    display: flex;
    width: 80%;
    padding-bottom: 15px;
    height: 30px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: #77ce8a;
    word-break: break-all;
    font-size: 12px;
}
}
.freq {
    display: flex;
    width: 50%;    
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: #77ce8a;
}
div .albums {
    display: flex;
    text-align: center;
    justify-content: center;
    justify-items: center;
    width: auto;
    margin-bottom: 100px;
}
 h2 {
    text-align: center;
    justify-content: center;
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: normal;
    color:black;
    background-color:#77ce8a;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}
.albums h3 {
    text-align: center;
    justify-content: center;
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: normal;
    color:#77ce8a;
    margin-left: auto;
    margin-right: auto;
}
.albums {
    justify-content: center;
    justify-self: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding: 1rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.albumcard {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    padding: 2px 8px;
    width: 235px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 #77ce8a;
    border-radius: 10px;
}
.albumcard:hover {
    box-shadow: 0 8px 20px 0 #77ce8a;
}
#bytebackimg {
    padding: 15px;
}


a {
    text-decoration: none;
}

.footer {
    position:static;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: small;
    color: #77ce8a;
    padding-top: 50px;
    height: 50px;
}
