/* CSS Document */
/* orange 252, 163, 17; dark blue 20, 33, 61; light grey 229, 229, 229; black and white */
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0%;
    padding: 2%;
    background-color: rgb(255, 255, 255);
    max-width: 2560px;
    max-height: 1440px;
    align-content: center;
    scrollbar-gutter: auto stable both-edges;
}

h1,
h3,
h5,
title,
header,
ins {
    color: rgb(252, 163, 17)
}

h2,
h4,
h6,
b,
i,
s,
del {
    color: rgb(20, 33, 61)
}

a,
a:visited {
    color: rgb(252, 163, 17);
}

a:hover {
    color: rgb(20, 33, 61)
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

* {
    box-sizing: border-box;
}

img {
    width: fixed;
    height: fixed;
    border-radius: 25px;
    border: 0px solid rgb(229, 229, 229);
    margin: auto
}

.main {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0%;
    border-radius: 5px;
    border: 0px solid rgb(20, 33, 61);
    background-color: rgb(229, 229, 229);
    padding-left: 2%;
    padding-right: 2%;

}

.footer,
.header {
    position: relative;
    margin: 0;

}

ul.navigation {
    list-style-type: none;
    overflow: hidden;
    background-color: rgb(20, 33, 61);
    border-radius: 5px;
    font-size: small;
    width: 100%;
    flex: 1;
    float: left;
}

li.navigation {
    float: left;
}

li.navigation a.navigation {
    display: block;
    color: rgb(252, 163, 17);
    text-align: center;
    padding: 16px;
    margin: 0%;
    text-decoration: none;
}

li.navigation a:hover.navigation {
    background-color: rgb(252, 163, 17);
    color: rgb(229, 229, 229);
}

.navigation {
    border-radius: 5px;
}

.footer {
    text-align: center;
    overflow: hidden;
    background-color: rgb(20, 33, 61);
    border-radius: 5px;
    border: 16px solid rgb(229, 229, 229);
    color: rgb(229, 229, 229);
    font-size: smaller;
}

.container0 {
    text-align: justify;
    margin: 5%;
    padding: 0%;
    overflow: hidden;
}

.game1 {
    float: initial;
    background-color: rgb(20, 33, 61);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 1%;
    padding-top: 15%;
    padding-bottom: 2%;
    margin: 5%;
    text-align: center;
    width: 400px;
    height: 250px;
    min-width: 20%;
    min-height: 20%;

}

i,
.game2 {
    color: rgb(229, 229, 229);
    font-size: small;
    text-align: center;
    ;
}

#gametitle {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    width: 100%;
    color: rgb(252, 163, 17);
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;
    text-align: center;
    padding: 1%;

}

.img {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;

}

.phone-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 5%;
    margin: 1%;
    border: none;
}

.container1 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.container2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-around;
    overflow: hidden;
}

.blueboxes {
    display: flex;
    flex-direction: column;
}

#background {
    background-color: rgb(252, 163, 17);
    background-image: url('/pictures/Japaclip/sunset.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-content: center;
    text-align: center;
    font-size: large;
    padding: 5%;
    border-radius: 25px;
    background-blend-mode: hue;
    background-color: rgba(252, 162, 17, 0.783);
    border-radius: 25px;
    width: 100%;
    overflow: hidden;
}

.title {
    background-color: rgba(255, 255, 255, 0.783);
    background-blend-mode: hue;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(20, 33, 61);
    border-radius: 25px;
    /* display: block;
    align-content: center;
    text-align: center; */
    font-size: large;
    margin: 5%;
    padding: 1%;
    overflow: hidden;
}



select {
    /* width: 50%; */
    padding: 16px 20px;
    border: none;
    border-radius: 5px;
    /* background-color: #f1f1f1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    border-radius: 25px;
    font-family: 'Courier New', Courier, monospace;
}

.dropdown1 {
    /* position: relative; */
    /* display: inline-block; */
    /* text-align: center; */
    /* font-size: large; */
    border-radius: 25px;
    border-radius: 25px;
    padding: 0%;
    margin: 0%;
}

.dropdown-content1 {
    display: flex;
    flex-direction: row;
    /* position: absolute; */
    background-color: rgba(20, 33, 61, 0.731);
    color: white;
    min-width: 250px;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    /* padding: 12px 16px; */
    /* z-index: 1; */
    text-align: center;
    margin: 5px;
}

.dropdown1:hover .dropdown-content1 {
    /* display: block; */
    background-color: rgb(229, 229, 229);
    color: rgb(20, 33, 61);
}

.dropdown2 {
    /* position: relative; */
    /* display: inline-block; */
    /* text-align: center; */
    /* font-size: large; */
    border-radius: 25px;
    border-radius: 25px;
    padding: 0%;
    margin: 0%;
}

.dropdown-content2 {
    display: flex;
    flex-direction: row;
    /* position: absolute; */
    background-color: rgba(20, 33, 61, 0.731);
    color: white;
    min-width: 250px;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    /* padding: 12px 16px; */
    /* z-index: 1; */
    text-align: center;
    margin: 5px;
}


.dropdown2:hover .dropdown-content2 {
    /* display: block; */
    background-color: rgb(229, 229, 229);
    color: rgb(20, 33, 61);
}

.startbutton {
    background-color: rgba(20, 33, 61, 0.731);
    color: rgb(229, 229, 229);
    min-width: 250px;
    border-radius: 25px;
    padding: 16px 20px;
}

.startbutton:hover {
    background-color: rgb(229, 229, 229);
    color: rgb(20, 33, 61);
}

.nameinput {
    background-color: rgba(20, 33, 61, 0.731);
    color: white;
    border-radius: 25px;
    padding: 16px 20px;
    min-width: 250px;
    margin: 5px;

}

.nameinput:hover {
    background-color: rgb(229, 229, 229);
    color: rgb(20, 33, 61);
}


.container3 {
    align-content: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
}

.robot {
    border: none;
    border-radius: 25px;
    padding: 2%;
}

.input {
    text-align: center;
    image-resolution: 95%;
    border-radius: 25px;
}

#bigboytitle {
    font-size: 50px;
    background-color: white;
    border-radius: 25px;
    padding: 0;
    margin: 10px;
    align-content: center;
}

.container4 {
    background-blend-mode: lighten;
    background-color: rgb(252, 162, 17);
    border-radius: 25px;
    width: 100%;
    overflow: hidden;

}

.theme1 {
    display: flex;
    align-content: center;
    display: inline-block;
    background-color: rgb(20, 33, 61);
    border-radius: 25px;
    position: relative;

}