*{
    margin: 0;
    padding: 0;
    text-align: center;
}
h1{
    height: 5rem;
    background-color: rgb(0, 0, 17);
    color: rgb(230, 229, 255);
    align-items: center;
    justify-content: center;
    display: flex;
    justify-items: center;
    font-size: 4rem;
}
body{
    align-items: center;
    background-color: rgb(228, 246, 250);
}
img {
    margin-top: 3rem;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-right: 25px;
    margin-left: 170px;
    display: flex;
    display: inline;
    flex-wrap: wrap;
}
.choice{
    margin-top: 10px;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    gap: 200px;
    margin-bottom: 3rem;
}
h3{
    margin-top: 2rem;
    justify-content: center;
    align-items: center;
    justify-items: center;
    font-size: 5rem;
}
#toss{
    padding: 15px;
    height: 50vh;
    box-sizing: border-box;
}
#brk{
    position: fixed;
    display: none;
    top: 0%;
    left:0%;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 1000;
    background-color:rgb(228, 246, 250);
    box-sizing: border-box;
}
.hover{
    cursor: pointer;
    opacity: 0.6;
}
.hide{
    visibility: hidden;
    display: none;
}
.visible{
    visibility: visible;
}
#head{
    width: 100px;
    height: auto;
    margin-left: 600px;
}
#tail{
    width: 100px;
    height: auto;
    margin-left: 100px;   
}
.tos{
    font-size: 3rem;
    justify-content: center;
    margin-right: 150px;
    margin-left: 150px;
    font-weight: bold;
    display: inline;   
}
#play{
    position: fixed;
    display: none;
    top: 0%;
    left:0%;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 1000;
    background-color:rgb(228, 246, 250);
    box-sizing: border-box;
}
.battle{
    border-radius: 95%;
    color: rgb(190, 251, 251);
    background-color: rgb(1, 71, 77);
    font-size: 2rem;
    padding: 3rem;
    font-weight: bold;
    gap: 2rem;
    margin-right: 2rem;
    margin-left: 2rem;
    margin-top: 3rem;
}
#txt{
    font-weight: bold;
    font-size: 3rem;
}
#m{
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 1rem;
}
#l{
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 2rem;
}
.box{
    padding: 1.5rem;
    font-size: 2rem;
    margin-top: 2rem;
}
#m2{
    font-weight: bold;
    font-size: 3rem;
    margin-top: 2rem;
}
#score{
    font-weight: bold;
    font-size: 3rem;
    margin-top: 3rem;
    display: flex;
    gap: 10rem;
    justify-content: center;
}
#msg{
    font-weight: bold;
    font-size: 2rem;
    padding: 15px;
    height: 50vh;
    box-sizing: border-box;
    page-break-before: always;
    margin-bottom: 50vh;
    margin-top: 50vh;
}
#final{
    font-weight: bold;
    font-size: 2rem;
    position: fixed;
    display: none;
    top: 0%;
    left:0%;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 1000;
    background-color:rgb(228, 246, 250);
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
