@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Pangolin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Peralta&display=swap');
body {
    margin:0px;
    padding: 0px;
}
    
.hintbox {
    background-color: #1400A2;
    min-width: 500px;
    flex: 1 1 30px;
    padding: 30px;
    font-size: x-large;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    text-align: center;
}
h2 {
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    text-align: center;
    color: #FFFFFF;
    font-size: xx-large;
    font-weight: lighter;
}
.hints {
    background-color: white;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: x-large;
    min-width: 300px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
#submit, #showinfo {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #30009B;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 60px;
    background-color: lightblue;
    padding-left: 20px;
    padding-right: 20px;
    font-size: x-large;
    margin-right: auto;
    border-spacing: 10px 10px;
    border-color: #FFFFFF;
}

.header {
    background-color: #1400A2;
    padding-top:10px;
    padding-bottom: 10px;
    padding-left: 35px;
     padding-right: 25px;
	height: auto;
    
}
.header2 {
    background-color: white;
    padding: 0px;
    position: relative;
    background-image: url(images/wittygirl3.png);
    height: 415px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 335px auto;
}
.header3_teen {

    background-color: white;
    background-image: url("images/winkboy-serious-small.png");
    height: 415px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 335px auto;
	 padding: 0;
    margin-bottom: -37px;
}
.header3_child {

    background-color: white;
    background-image: url("images/wittygirl4.png");
    height: 415px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 335px auto;
	 padding: 0;
    margin-bottom: -37px;
}

.header5_teen {
    background-color: white;
    background-image: url("images/smileboy-small.png");
    height: 415px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 335px auto;
    padding: 0;
    margin-bottom: -37px;
}
.header5_child {
    background-color: white;
    background-image: url("images/wittygirl3.png");
    height: 415px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 335px auto;
    padding: 0;
    margin-bottom: -37px;
}
.header6_teen {
    background-color: white;
    background-image: url("images/winkboy.png");
    height: 415px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 335px auto;
    padding: 0;
    margin-bottom: -37px;
}
.header6_child {
    background-color: white;
    background-image: url("images/wittygirl2.png");
    height: 415px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 335px auto;
    padding: 0;
    margin-bottom: -37px;
}
.header7 {
    background-color: white;
    background-image: url("images/girlboy3.png");
    height: 415px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 525px auto;
    padding: 0;
    margin-bottom: -37px;
}
.header2 #Image1 {
    display:block;
    margin: auto;


}
#form1 p #textarea {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-size: x-large;
    width: 500px;
    height:  200px; 
}

.insult_display {
	display: flex;
    float: right;
    width: 280px;
    height: 320px;
    color: black;
    font-family: 'Pangolin', cursive;
    font-size: x-large;
    margin-top: -35px;
    left: auto;
    overflow-y: hidden;
    margin-right: 114px;
    background-image: url(images/puhelupla4.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
	align-items:center;
    justify-content:center;
		
}
.dismiss_display {
    display: flex;
    float: left;
    height: 310px;
    width: 380px;
    color: black;
    font-family: 'Pangolin', cursive;
    font-size: x-large;
    position: relative;
    margin-left: 111px;
    border-radius: 8px;
    overflow-y: hidden;
    background-image: url(images/puhekupla.png);
    background-repeat: no-repeat;
    background-size: 85% auto;
    align-items: center;
    justify-content: center;
    margin-top: -39px;
}
::placeholder {
    color:black;
    opacity:1;
    font-size: large;
}

#container {
    background-color: #1400A2;
    overflow: auto;
    min-height: 230px;
    white-space: nowrap;
        }
        
#container .nappi {
    display: inline-block;
    height: 200px;
    font-size: large;
    width: 300px;
    padding-top: 0px;
    padding-right: 100px;
    padding-left: 20px;
    padding-bottom: 40px;
    margin: 0px;
    background-image: url(images/puhekupla1.png);
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-color: #1400A2;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;
    border: 0px;
    font-weight: bold;
    }
#container form {
    display: inline;
}
          
.nappi:active {
    border: 0px;
    -webkit-box-shadow: 0px 0px;
    -moz-box-shadow: none;
    box-shadow: 0px 0px;   
}
