body {
    background-position: 0 120px;
    background-image: url(./bk.png);
}

header {
    text-align: center;
    padding: 40px;
    background-color: #87cefa83;
    margin-bottom: 40px;
}
article {
    flex: 1;
    width: 80%;
    margin: 0 auto;
}
.roundsquire {
    margin: 0px auto 50px;
    padding: 20px;
    border-radius: 20px;
    width: 80%;
    max-width: 600px;
    text-align: center;
    background-color: white;
}

footer {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: #87cefa83;
}
h2 {
    text-align: center;
}

p {
    margin-left: 30px;
}

#logo {
    width: 80%;
    margin: 0 auto;
}

#video-container {
    position: relative;
    max-width: 600px;
    overflow: hidden;
    margin: 0 auto;
}

#video {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    padding: 20px;
    border-radius: 20px;
    background-color: #87cefa;
    margin-bottom: 20px;
}

#mintLink {
    width: 100%;
    max-width: 600px;
    height: 80px;
    display: table;
    margin: 0 auto 50px;
}

#mintLinkRef {
    height: 80px;
    border-radius: 40px;
    background-color: lightgray;
    font-size: 18px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    margin: 100px;
    text-align: center;
}
#mintLinkRef:hover {
    cursor: pointer;
}

#xLinkArea {
    width: 100%;
    max-width: 600px;
    height: 80px;
    display: table;
    margin: 0 auto 100px;
}

#xLink {
    height: 80px;
    border-radius: 40px;
    background-color: lightblue;
    font-size: 18px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    margin: 100px;
    text-align: center;
}
#xLink:hover {
    cursor: pointer;
}