@charset "UTF-8";

body {
    background-color: #d0e2be;
    color: white;
}

#wide {
    margin: 0% 20%;
}

h1 {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 75px;
}

h2 {
    font-size: 45px;
    text-align: center;
    margin-bottom: 40px;
}

h3 {
    font-size: 25px;
    margin: 15px 0px;
}

h4 {
    margin-top: 20px;
}

a {
    color: white;
    text-decoration: none;
}

p {
    font-size: 23px;
}

article {
    background-color: #7fa76d;
    padding: 20px;
    margin: 50px 0px;
    border-radius: 4%;
}

.flexbox {
    display: flex;
    justify-content: space-between;
}

.redspan {
    color: red;
    font-weight: bold;
}

.genshinimg{
    display:flex;
}

.genshinpic {
    width: 50%;
}


#miceimg {
    width: 30%;
}
.globalURL {
    color: blue;
    text-decoration: underline;
}
.globalURL:hover {
    color:purple;
    text-decoration: none;
}
iframe{
    background-color: #7fa76d;
}