@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');
@import "button.css";

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@keyframes star {
    0% {
        color: #f0f0f0;
    }  
    10% {
        color: #efefef;
    }  
    20% {
        color: #dfdfdf;
    }  
    30% {
        color: #cfcfcf;
    }  
    40% {
        color: #ffffff;
    }  
    50% {
        color: #efefef;
    }  
    60% {
        color: #dfdfdf;
    }  
    70% {
        color: #ffffff;
    }  
    80% {
        color: #cfcfcf;
    }  
    100% {
        color: #ffffff;
    }  
} 

body {
    letter-spacing: 1px;
    font-family: Roboto, Arial;
    font-size: 13px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0px;
    margin-bottom: 40px;
    background-color: #2E8B57;
    background-image: url(../img/ground.png);
    background-size: auto;
}

body > div {
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 700px;
}

body > div > div:nth-of-type(1) {
    margin-top: 20px;
    margin-bottom: 60px;
}

body > div > div:nth-of-type(1) > span {
    text-align: center;
    vertical-align: middle;
}

body > div > div:nth-of-type(1) > span span:nth-of-type(1) {
    font-size: 30px;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 10px;
    animation-name: star;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

body > div > div:nth-of-type(1) > span span:nth-of-type(2) {
    font-size: 50px;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 20px;
    animation-name: star;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

body > div > div:nth-of-type(1) > span span:nth-of-type(3) {
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 50px;
    color: yellow;
    vertical-align: middle;
    margin-right: 10px;
    letter-spacing: 2px;
    text-shadow: 2px 0 2px #111111, 
    0 2px 2px #111111, 
    -2px 0 2px #111111, 
    0 -2px 2px #111111;
}

body > div > div:nth-of-type(1) > span span:nth-of-type(4) {
    font-size: 50px;
    color: #ffffff;
    vertical-align: middle;
    margin-left: 10px;
    animation-name: star;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    margin-right: 10px;
}

body > div > div:nth-of-type(1) > span span:nth-of-type(5) {
    font-size: 30px;
    color: #ffffff;
    vertical-align: middle;
    animation-name: star;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

body > div > div:nth-of-type(1) > span:nth-of-type(2) {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
}

body > div > div:nth-of-type(2) > div {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 347px;
}

body > div > div:nth-of-type(2) > div > div:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 180px;
}

body > div > div:nth-of-type(2) > div > div:nth-of-type(1) img {
    border: 0;
    margin: 0;
}

body > div > div:nth-of-type(2) > div > div:nth-of-type(2) {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
}

body > div > div:nth-of-type(2) > div > div:nth-of-type(2) button {
    margin: 0;
    width: 300px;
}

body > div > div:nth-of-type(2) > div > div:nth-of-type(3) {
    position: absolute;
    padding: 0;
    top: 70px;
    left: 0;
}

body > div > div:nth-of-type(2) > div > div:nth-of-type(n+3):nth-of-type(-n+7) button {
    padding-left: 40px;
    text-align: left;
    margin: 0;
    width: 220px;
}

body > div > div:nth-of-type(2) > div > div:nth-of-type(4) {
    position: absolute;
    padding: 0;
    top: 120px;
    left: 0;
}

body > div > div:nth-of-type(2) > div > div:nth-of-type(5) {
    position: absolute;
    padding: 0;
    top: 170px;
    left: 0;
}

body > div > div:nth-of-type(2) > div > div:nth-of-type(6) {
    position: absolute;
    padding: 0;
    top: 220px;
    left: 0;
}

body > div > div:nth-of-type(2) > div > div:nth-of-type(7) {
    position: absolute;
    padding: 0;
    top: 270px;
    left: 0;
}

body > div > div:nth-of-type(3) {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 40px;
}

body > div > div:nth-of-type(4) {
    margin-bottom: 40px;
}

body > div > div:nth-of-type(4) > span:nth-of-type(1) {
    color: #ffffff;
    font-size: 14px;
}

body > div > div:nth-of-type(4) > span:nth-of-type(2) {
    color: yellow;
    font-size: 14px;
    text-decoration: underline;
}

body > div > div:nth-of-type(5) {
    margin-bottom: 40px;
}

body > div > h2 {
    font-family: Roboto, Arial;
    font-weight: bold;
    font-size: 25px;
    color: yellow;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
}

body > div > p {
    font-family: Roboto, Arial;
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    line-height: 1.5;
}

.banner {
    border: 5px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
}