* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    font-family: "Arial";
}

p {
    margin-bottom: 10px;
}

.header {
    position: absolute;
    width: 920px;
    height: 500px;
    background-image: url("https://willdotjpg.gay/shrines/ntbts/header.png");
    box-sizing: border-box;
    margin-left: 200px;
}

.maintext {
    width: 700px;
    height: 275px;
    border: 2px solid #000;
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 61%;
    transform: translate(-50%, -50%);
    overflow: auto;
    box-sizing: border-box;
}

.matt {
    width: 155px;
    height: 48px;
    position: absolute;
    background-image: url("https://willdotjpg.gay/shrines/ntbts/matt1.png");
    background-size: contain;
    margin-left: 630px;
    margin-top: 100px;
    z-index: 1;
}

.matt:hover {
    background-image: url("https://willdotjpg.gay/shrines/ntbts/matt2.png"); /* Change on hover */
}

.jay {
    width: 102px;
    height: 63px;
    position: absolute;
    background-image: url("https://willdotjpg.gay/shrines/ntbts/jay1.png");
    background-size: contain;
    margin-left: 990px;
    margin-top: 70px;
    z-index: 1;
}

.jay:hover {
    background-image: url("https://willdotjpg.gay/shrines/ntbts/jay2.png"); /* Change on hover */
}

.links {
    position: absolute;
    width: 750px;
    height: 50px;
    left: 50%;
    top: 77%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    align-content: center;
}

.song {
    float: right;
}
