html {
    cursor: url(page_assets/cursor1_imresizer.png),auto;
}

a:hover {
    cursor: url(page_assets/cursor2_imresizer.png),auto;
}

body {
    color: rgb(227, 198, 198);
    font-family: papyrus;
    font-size: 19px;
    margin: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}
h1 {
    display: flex;
    font-size: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
}
audio{
    display: none;
}
#starboy {
    width: 5%;
    height: 5%;
}
#header {
    margin-bottom: 0px;
}
#intro {
    background-color: rgba(255, 2, 204, 0.3);
    border: rgba(165, 31, 31, 0.7);
    border-style: double;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
}

.content {
    position: relative;
    margin-bottom: 1%;
    margin-top: 0.5%;
    margin-left: 25%;
    margin-right: 25%;
    background-color: rgba(65, 22, 206, 0.2);
    border-style: inset;
    border-color: aquamarine;
}

#moon-image {
    margin-top: 2%;
    margin-bottom: 2%;
    width: 80%;
    height: 55%;
    left: 50%;
    border-radius: 10px;
}

.content button {
    display: block;
    margin: auto;
    color: rgb(255, 255, 255);
    background-color: rgb(50, 70, 220);
    padding: 1%;
    width: 20%;
    font-size: 20px;
    font-family:Georgia, 'Times New Roman', Times, serif
}

