
body{
    background-image: url(../img/board.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10px;
}
.palettes {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

/* start of code from _beginnerscode_*/
#one,
#two,
#three,
#four,
#five {
    margin-top: 10px;
    height: 65px;
    background-color: #BF8245;
    margin-top: -5px;
}

#oneHead,
#twoHead,
#threeHead,
#fourHead,
#fiveHead {
    font-size: 10px;
    padding: 7px;
    width: 45px;
    top: 100%;
    position: relative;
    margin-top: -5px;
}
/* end of code from _beginnerscode_*/

.scroll{
    width: 500px;
    height: 670px;
    top: 17%;
    left: 50%;
    z-index: 0;
    position: absolute;
    padding-bottom: 80px;
}

.poster{
    position: absolute;
    z-index: -100;
    top: 25%;
    left: 13%;
    width: 500px;
    height: 490px;
}

.container{
    position: absolute;
    left: 56%;
    top: 23%;
    z-index: 1000;
    padding: 10px;
}

.about{
    text-align: center;
    width: 350px;
    position: absolute;
    top: 45%;
    left: 19%;
}

p{
    font-family: "Milonga", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
}

#option{
position: absolute;
top: 32%;
left: 25%;
background-color: #523519;
border-radius: 5px;
color: white;
border: none;
padding: 1px;
font-family: "Milonga", serif;
font-weight: 400;
font-style: normal;
}

.result{
    text-align: center;
    background-color: #BF8245;
    color: white;
    width: 300px;
    height: 20px;
    padding: 5px;
    border: none;
    border-radius: 5px;
   margin: -10px;
    font-family: "Milonga", serif;
  font-weight: 400;
  font-style: normal;
}

button{
background-color:#523519;
color: white;
padding: 5px;
border-radius: 5px;
border: none;
font-family: "Milonga", serif;
font-weight: 400;
font-style: normal;
}

button:hover{
    background-color: white;
    color: #523519;
}

.btn{
    position: relative;
    float: right;
    margin-top: 40px;
    left: -10%;
}

h2{
    display: inline-block;
    font-family: "Jaini Purva", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
h1{
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 36px;
    margin-top: -20px;
}

