body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: 0px;
}

header{
    background-color: #F4F8D3;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

header a{
    text-decoration: none;
    width: 25%;
    text-align: right;
}

header p{
    color: black;
    font-size: 25px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header p:hover{
    background-color: #F7CFD8;
    border-radius: 5px;
    transition: 15ms linear;
}

header div{
    height: 90px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.exit-btn{
    display: flex;
    justify-content: right;
}

div.logo{
    display: flex;
    justify-content: left;
    margin-left: 10px;
}

.title{

    font-size: 4rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.gif{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.rules{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 2rem;
}

.rules-list{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

li{
    margin: 5px;
}

form{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}

input{
    padding: 15px;
    font-size: 20px;
    border-radius: 10px;
    border: 2px solid black;
    background-color: #D3ECCD;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

input:hover{
    cursor: pointer;
    background-color: #06923E;
}

.good-luck{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 2rem;
}
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.anton-sc-regular {
  font-family: "Anton SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
}