* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: black;
}

body {
    cursor: url('images/cursor.png'), auto;
}

h1 {
    font-family: "Mystery Quest", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    line-height: 50px;
    color: #7D78A0;
    margin-bottom: 30px;
}

h2 {
    font-family: "Irish Grover", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    color: rgb(255, 255, 255);

    margin-bottom: 20px;
}

h3 {
    font-family: "Itim", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

h4 {
    font-family: "Irish Grover", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-align: right;
}

a {
    font-family: "Mystery Quest", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    font-weight: 800;
    color: rgb(0, 0, 0);
    text-shadow: 0 0px 6px #000000;
    text-decoration: none;
}

#top {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    width: 100%;
    max-width: 418px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    width: 100%;
    background-image: url(images/header.png);
}

#capa {
    width: 100%;
    max-width: 1000px;
    height: 562px;
    background-image: url(images/capa.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;

    display: flex;
    justify-content: flex-end;
}

#capatxt {
    width: 100%;
    max-width: 660px;

    text-align: right;
    margin-top: 100px;
    margin-right: 50px;
    font-family: "Mystery Quest", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 50px;
    color: #7D78A0;
}

#intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#introtxt {
    width: 575px;
}

#divider {
    height: 96.33px;
    width: 289px;
    background-image: url(images/divider.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#divider2 {
    height: 96.33px;
    width: 289px;
    background-image: url(images/divider.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#galeria {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

img {
    margin-bottom: 20px;
}

#container {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
}

#button {
    width: 130px;
    height: 50px;

    border-color: #7D78A0;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;

    font-family: "Irish Grover", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    font-weight: 800;
    color: #7D78A0;
    text-decoration: none;
    transition: 0.5s;

    padding: 8px 30px;
    cursor: url('images/cursor.png'), auto;
}

#button:hover {
    background-color: #7D78A0;
    color: white;
}


#story {
    display: flex;
    justify-content: space-between;
}

.storytxt {
    width: 100%;
    max-width: 490px;
}

footer {
    width: 100%;
    max-width: 1000px;
    height: 100px;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    padding-bottom: 10px;

    background-image: linear-gradient(to bottom, rgb(0, 0, 0), #7D78A0, #D9BBCD);
    background-repeat: no-repeat;

    cursor: url('images/cursor.png'), auto;
}

#terms {
    width: 100%;
    max-width: 350px;
}

#socials {
    width: 100%;
    max-width: 300px;

    display: flex;
    justify-content: space-between;
}