@font-face {
    font-family: "Alte";
    src: url(AlteHaasGroteskBold.ttf);
}

body {
    background-color: #f3f0e8;
    background-image: url(images/boat.PNG);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 700px 200px;
    background-attachment: fixed;
}

header,
.navi,
.paper {
    background-size: contain;
    background-repeat: no-repeat;
}

a {
    color: #292929;
}

a:hover {
    color: #16537e;
}

p {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 13.5px;
    line-height: 1.5;
}

.achievements p {
    font-family: "Spectral", serif;
    font-size: 12px;
}

#top,
h3,
h4,
h5,
ul {
    font-family: "Alte";
}

h5 {
    margin: 0;
}

.container {
    width: 1000px;
    margin: auto;
    display: grid;
    grid-gap: 0;
    grid-template:
        "header sidebar"
        "main main"
        "footer footer"
        / 800px 1fr;
}

header {
    grid-area: header;
    height: 700px;
    margin: 20px 50px;
    background-image: url(images/interests-header.PNG);
}

.paper {
    height: 300px;
    width: 360px;
    position: absolute;
    top: 420px;
    left: 440px;
    padding: 20px 30px 20px 90px;
    background-image: url(images/paper.PNG);
    overflow: auto;
}

.foreword {
    height: 200px;
    transform: translateY(50px);
    overflow: auto;
}

.foreword p{
    font-size: 15px;
    line-height: 1.2;
}

.navi {
    height: 280px;
    width: 280px;
    background-image: url(images/cardboard.PNG);
    position: absolute;
    top: 17rem;
    left: 55rem;
}

ul {
    margin: 50px;
}

main {
    grid-area: main;
    height: 165rem;
    margin: 20px;
    font-family: "Sora", sans-serif;
}

.paperbox {
    box-sizing: border-box;
    border: 30px solid transparent;
}

#hk {
    position: relative;
    left: 17rem;
    width: 600px;
    height: 450px;
    padding: 20px 50px;
    border-image: url(images/paper1.png);
    border-image-slice: 5 30 fill;
}

#hkphotos {
    position: absolute;
    height: 500px;
    top: 37rem;
    left: 65rem;
    z-index: 2;
}

#hka {
    position: absolute;
    top: 48rem;
    left: 55rem;
    width: 250px;
    height: 140px;
    padding: 15px;
    background-image: url(https://file.garden/aNIRkiNjtzNrWers/images/misc%20graphics/IMG_6785.PNG);
    background-size: cover;
}

#hka p {
    font-size: 13px;
}

#rw {
    position: relative;
    width: 700px;
    height: 570px;
    padding: 30px 100px;
    border-image: url(images/paper2.png);
    border-image-slice: 7 12 14 0 fill;
}

#vulture{
    box-sizing: border-box;
    position: absolute;
    top: 8rem;
    left: 42rem;
    width: 300px;
    height: 300px;
    background-image: url(https://file.garden/aNIRkiNjtzNrWers/images/misc%20graphics/Untitled_Artwork%208.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.rotate1{
    color: white;
    margin: 60px 60px 70px 40px;
    transform: rotate(-3deg);
}

#cotl {
    position: relative;
    left: 19rem;
    top: -12rem;
    width: 600px;
    height: 650px;
    padding: 12rem 50px;
    border-image: url(images/paper4.PNG);
    border-image-slice: 1% fill;
    border-image-repeat: round;
}

#warp{
    box-sizing: border-box;
    position: absolute;
    top: 20rem;
    left: 23rem;
    width: 300px;
    height: 300px;
    padding: 50px;
    background-image: url(https://file.garden/aNIRkiNjtzNrWers/images/misc%20graphics/Untitled_Artwork%206.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.rotate{
    margin: 20px;
    transform: rotate(8deg);
}

#gotg {
    position: relative;
    top: -10rem;
    width: 700px;
    height: 600px;
    padding: 25px 40px 140px 90px;
    border-image: url(images/paper3.png);
    border-image-slice: 30 fill;
    border-image-repeat: round;
}

.stampbox{
    position: absolute;
    left: 20rem;
    bottom: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.dialog {
    position: absolute;
    top: -6rem;
    right: -18.5rem;
    display: none;
    width: 240px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.5);
    border: 4px double black;
    text-align: center;
    font-size: 13px;
}

#tape:hover {
    transition: 0.3s;
    box-shadow: 6px 6px #ffec00;
}

#tape:hover + .dialog {
    display: block;
}

.tracklist {
    position: relative;
    top: -300px;
    left: 590px;
    width: 250px;
    height: 200px;
    text-align: center;
}

.tracklist p {
    font-size: 13px;
}

#tf {
    position: relative;
    left: 15rem;
    top: -11rem;
    width: 800px;
    height: 600px;
    padding: 40px 120px;
    border-image: url(images/paper5.png);
    border-image-slice: 20 fill;
}

footer {
    grid-area: footer;
    margin: 20px;
    text-align: center;
    font-family: "Spectral", serif;
    font-size: 12px;
    color: #595959;
    z-index: 100;
}

::-webkit-scrollbar {
    display: none;
}
