body{
    background-color: #000000;
}
.wrapper{
    padding: 0 60px;
    position: absolute;
    width: 520px;
    height: 520px;
    font-family: Papyrus;
    color: #000000;
    font-size: 100px;
    text-align: center;
}
.tile{
    float: left;
    width: 160px;
    height: 160px;
    margin: 1px;
    border: 5px solid rgba(41, 147, 132, 0);
    border-radius: 50%;
    background-color: #7e0300;
}
#win{
    border-radius: 0;
    font-weight: bolder;
    color: #7a0000;
    display: none;
    background-color: rgb(0, 0, 0);
}