

.parent {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 5px;
grid-row-gap: 10px;

}
body {
background-repeat: no-repeat;
background-size: cover;
font-family: 'Courier New', Courier, monospace;

}
body button {
   font-family: 'Courier New', Courier, monospace;
   font-style: bold;
}

.shirt{
   background-image: url(Images/shirt.svg); 
   
}
.hat {
    background-image: url(Images/hat.svg);
}
.tail {
    background-image: url(Images/tail.svg);
}
.cour{
   font-family: 'Courier New', Courier, monospace;
   
}
.imp {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.geo {
    font-family: Georgia, 'Times New Roman', Times, serif;
}


#shirt {
    display: inline-flex;
    justify-self: center;
    background-color: #479acb;
    border:none;
    border-radius: 3px;
    margin: 15px;
    padding: 5px;
}
#hat {
    display: inline-flex;
    justify-self: center;
    background-color: #479acb;
    border:none;
    border-radius: 3px;
    margin: 15px;
    padding:5px;
}
#tail {
    display:inline-flex;
    justify-self: center;
    background-color: #479acb;
    border:none;
    border-radius: 3px;
    margin: 15px;
    padding:5px;
}

#cour {
    display: inline-flex;
    justify-self: center;
    background-color: #479acb;
    border:none;
    border-radius: 3px;
    margin: 15px;
    padding: 5px;
}
#imp {
    display: inline-flex;
    justify-self: center;
    background-color: #479acb;
    border:none;
    border-radius: 3px;
    margin: 15px;
    padding:5px;
}
#geo {
    display:inline-flex;
    justify-self: center;
    background-color: #479acb;
    border:none;
    border-radius: 3px;
    margin: 15px;
    padding:5px;
}

.parent img, input{
    height: 160px;
    border-radius: 10px;
    
}

.parent h1{
    display:flex;
    justify-content: center;
    align-self: center;
    z-index: 50;
}

div {
    display:flex;
    justify-content: center;
    align-content: center;
}


div h1{
    position:absolute;
    color:white;
}
 div .buttonCls{
    position:absolute;
    justify-self: center;
    height:160px;
    width:285px;
    border-radius: 10px;
    opacity: 0;
    background-color: black;
    z-index: 51;
    
    
    
}

#upateuser {
    border-radius: 3px;
    background-color: #479acb;
    border:none;
    padding:5px;
    margin:5px;

}

hr {
    height:2px;border-width:0;color:#479acb;background-color:#479acb
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 1 / 4 / 2 / 5; }
.div5 { grid-area: 1 / 5 / 2 / 6; }
.div6 { grid-area: 2 / 1 / 3 / 2; }
.div7 { grid-area: 2 / 2 / 3 / 3; }
.div8 { grid-area: 2 / 3 / 3 / 4; }
.div9 { grid-area: 2 / 4 / 3 / 5; }
.div10 { grid-area: 2 / 5 / 3 / 6; }
.div11 { grid-area: 3 / 1 / 4 / 6; }


#name {
    height: fit-content;
    
    border: none;
    border-radius: 3px;
}


#Title {
    font-size: 50px;
    border: none;
    height: fit-content;
    background: none;
}

#forminator {
    display: block;
    padding:10px;
    border-radius: 5px;
    border:none;
    background-color: #6ABECC;
    margin-bottom: 20px;
}

#popout {
    background-color: #6ABECC;
    position: absolute;
    z-index: 1000;
    width: 400px;
    padding:10px;
    border-radius: 0px 0px 10px 10px;
    height: 45%;
}
#formoid {

    height: 100%;
    display: flexbox;
    
    
}


.hide {display:none;}
.show {display:block;}




h2{display:inline}
@media screen and (min-width: 411px) and (max-width:1119px){
    .parent {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 10px;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 1 / 4 / 2 / 5; }
.div5 { grid-area: 2 / 1 / 3 / 2; }
.div6 { grid-area: 2 / 2 / 3 / 3; }
.div7 { grid-area: 2 / 3 / 3 / 4; }
.div8 { grid-area: 2 / 4 / 3 / 5; }
.div9 { grid-area: 3 / 2 / 4 / 3; }
.div10 { grid-area: 3 / 3 / 4 / 4; }
.div11 { grid-area: 4 / 1 / 6 / 5; }
}
@media screen and (max-width: 410px) {

    .parent {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(11, 1fr);
grid-column-gap: 0px;
grid-row-gap: 15px;
}
h2{display:block}
.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 2 / 1 / 3 / 2; }
.div3 { grid-area: 3 / 1 / 4 / 2; }
.div4 { grid-area: 4 / 1 / 5 / 2; }
.div5 { grid-area: 5 / 1 / 6 / 2; }
.div6 { grid-area: 6 / 1 / 7 / 2; }
.div7 { grid-area: 7 / 1 / 8 / 2; }
.div8 { grid-area: 8 / 1 / 9 / 2; }
.div9 { grid-area: 9 / 1 / 10 / 2; }
.div10 { grid-area: 10 / 1 / 11 / 2; }
.div11 { grid-area: 11 / 1 / 12 / 2; }
}

