body {
    background-color: #ccc;
    box-shadow: inset 0px 0px 200px rgb(47, 217, 115);
    margin: 0px;
    text-align: center;
    padding: 50px;
    font-family: "Ubuntu", sans-serif;
    background-image: url(./pattern.png);
    background-size: 300px;
}


header img {
    width: 450px;
        max-width: 100%;
}

header {
    width: 100%;
    display:inline-block;
}

.mintaddress {
    width: 100%;
    font-size: 12px;
    margin: 20px auto;
    background-color: #ffffff54;
    font-weight: bold;
    padding: 20px;
    border-radius: 5px;
    box-sizing:border-box;
}

.missionbox, .missionbox img {
    width: 100%;
    max-width: 500px;
    margin: auto;
    border-radius: 20px;
}

header .logo {
    width: fit-content;
    display:block;
    float:left;
}

.buttons {
    display: block;
}

.buttons a {
    text-decoration: none;
}

.buttons img {
    max-width: 50px;
    margin: 10px;
    filter:brightness(.5);
    transition: .5s;
    box-shadow:inset 0px 0px 0px black;
    padding:10px;
    border-radius:100%;
}

.buttons img:hover {
    filter:brightness(2);
    box-shadow:inset 0px 0px 30px #ccc;
    padding:10px;
    border-radius:100%;
}





.firstimage, .thirdimage, .secondimage {
    width: 70%;
    max-width: 500px;
    margin-bottom: 40px;
    border-radius: 0px 0px 40px 40px;
}



h2 {
    font-family: "Play", sans-serif;
    text-shadow: 0px 0px 15px black;
    font-size: 250%;
    color: white;
}

p {
    padding: 20px;
    background: #000000d1;
    width: fit-content;
    margin: auto;
    max-width: 80%;
    border-radius: 10px 10px 30px 30px;
    font-size: 120%;
    color: white;
}

.banner {
    width: 90%;
    display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top:30px;
    padding: 30px;
    box-shadow:inset 0px 0px 50px rgba(0, 0, 0, 0.461);
}


.circle-container {
    height: 30%;
    background-color: black;
    width: 90%;
    margin: auto;
    background-image: url("./circleimage.png");
    background-size: 100%;
    border-radius: 30px;
    background-position:center;
    box-shadow: inset 0px 0px 50px black;
    border: 1px solid black;
    transition: 2s;
}


.circle-container:hover {
    background-size: 120%
}


h3 {
    width: fit-content;
    margin: 20px auto;
    background-color: #6700ff;
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.secondary-content {
    background-color: gray;
    padding: 30px 0px;
    width: 90%;
    margin: 40px auto;
    border-radius: 10px;
    background-image: url(futuristic.png);
    background-size: 50%;
    box-shadow: inset 0px 0px 50px black;
}
.secondary-content p {
    margin-bottom: 50px;
}

footer img {
    width: 100px;
}