/* - Reset - */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* - Load Fonts - */
@font-face {
    font-family: "shelten";
    src: url("../assets/fonts/Shelten.ttf") format("truetype");
}
@font-face {
    font-family: "bread";
    src: url("../assets/fonts/Bread Smile.ttf") format("truetype");
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    font-family: "shelten";
    font-size: 36px;
    text-align: center;
    height: 190px;
    background-color:rgb(178, 253, 244);
    color: rgb(34, 34, 34);
    background-image: url("../assets/pngs/static.png");
    padding: 60px 0px;
    height: 210px;
}

#paper-butterfly {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 200px;
    width: 200px;
}

#paper-skull {
    position: absolute;
    top: 0px;
    right: 2px;
    height: 200px;
    width: 200px;
}

body {
    background-color: rgb(30, 30, 30);
    margin-top: 230px;
}

.homeBtn {
    text-align: center;
    margin: 20px 20px;
}

.nav-btn {
    font-family: "bread";
    font-size: 25px;
    padding: 10px 10px;
    background-color: rgb(0, 91, 147);
    color: rgb(244, 244, 244);
    border: solid 3px;
}

.nav-btn:hover {
    color: rgb(0, 91, 147);
    background-color: rgb(244, 244, 244);
}


#spnImg {
    height: 260px;
    width: 210px;
    object-fit: cover;
}

#spnBtn {
    font-family: "bread";
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 6px;
    border: solid 2px;
    background: rgb(189, 189, 189);
    color: rgb(92, 0, 0);
    cursor: pointer;
    margin-top: 30px;
}

#spnBtn:hover {
    background-color: rgb(92, 0, 0);
    color: white;
    box-shadow: 0 8px 16px 0 rgba(119, 119, 119, 0.6);
}

#p4 {
    height: 260px;
    width: 210px;
    object-fit: cover;
}

#charmedBtn {
    font-family: "bread";
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 6px;
    border: solid 2px;
    background: rgb(189, 189, 189);
    color: rgb(43, 0, 92);
    cursor: pointer;
    margin-top: 30px;
}

#charmedBtn:hover {
    background-color: rgb(43, 0, 92);
    color: white;
    box-shadow: 0 8px 16px 0 rgba(119, 119, 119, 0.6);
}

#pj-main {
    height: 260px;
    width: 210px;
    object-fit: cover;
}

#pjBtn {
    font-family: "bread";
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 6px;
    border: solid 2px;
    background: rgb(189, 189, 189);
    color: #006969 ;
    cursor: pointer;
    margin-top: 30px;
}

#pjBtn:hover {
    background-color: #006969;
    color: white;
    box-shadow: 0 8px 16px 0 rgba(119, 119, 119, 0.6);
}