@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');
@import "dialog.css";
@import "button.css";

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}
 
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    display: 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 {
    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:nth-of-type(1) {
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 700px;
}

body > div:nth-of-type(1) > div:nth-of-type(1) {
    margin-top: 20px;
    margin-bottom: 40px;
}

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: Roboto, Arial;
    font-weight: bold;
    font-size: 50px;
    color: yellow;
    text-shadow: 2px 0 2px #111111, 
    0 2px 2px #111111, 
    -2px 0 2px #111111, 
    0 -2px 2px #111111;
    vertical-align: middle;
    margin-right: 20px;
}

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) {
    font-family: Roboto, Arial;
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 2px 0 2px #111111, 
    0 2px 2px #111111, 
    -2px 0 2px #111111, 
    0 -2px 2px #111111;
}

/* ========== */

body > div:nth-of-type(1) > div:nth-of-type(2) > div {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 347px;
}

body > div:nth-of-type(1) > div:nth-of-type(2) > div > div:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 80px;
}

body > div:nth-of-type(1) > div:nth-of-type(2) > div > div:nth-of-type(1) img {
    border: 0;
    margin: 0;
}

body > div:nth-of-type(1) > div:nth-of-type(2) > div > div:nth-of-type(2) {
    position: absolute;
    padding: 0;
    top: 290px;
    left: 0;
    width: 600px;
    text-align: center;
}

body > div:nth-of-type(1) > div:nth-of-type(2) > div > div:nth-of-type(2) h2 {
    font-family: Roboto, Arial;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 2px 0 2px #555555, 
    0 2px 2px #555555, 
    -2px 0 2px #555555, 
    0 -2px 2px #555555;
    text-align: center;
    margin-bottom: 20px;
}

body > div:nth-of-type(1) > div:nth-of-type(3) {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 40px;
}

body > div:nth-of-type(1) > div:nth-of-type(3) div {
    padding-top: 20px;
}

body > div:nth-of-type(1) > div:nth-of-type(4) {
    margin-bottom: 40px;
}

body > div:nth-of-type(1) > div:nth-of-type(4) > span:nth-of-type(1) {
    color: #ffffff;
    font-size: 14px;
}

body > div:nth-of-type(1) > div:nth-of-type(4) > span:nth-of-type(2) {
    color: yellow;
    font-size: 14px;
    text-decoration: underline;
}

body > div:nth-of-type(1) > div:nth-of-type(5) {
    margin-bottom: 40px;
}

body > div:nth-of-type(1) > h2 {
    font-family: Roboto, Arial;
    font-weight: bold;
    font-size: 25px;
    color: yellow;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
}

body > div:nth-of-type(1) > p {
    font-family: Roboto, Arial;
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    line-height: 1.5;
}
