body{
    background-color: #fec663;
    background-size: cover;
    background-position: center ;
}

h1{
    margin-top: 0px;
    text-align: center;
    text-decoration-line:  underline;
    text-decoration-style: wavy ;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 55px;
}

.result{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 40px;
font-weight: bold;
margin-top: 50px;
}

#box{
    padding-left: 580px;
    margin-top: -14px;
}

.tic-tac-toe{
    height: 100px;
    width: 100px;
    border-width: thick;
    border-color: lightcyan;
    cursor: pointer;
    font-size: xxx-large;
    color: white;
}

.edit{
    margin-left: 445px;
    margin-right: 20px;
}

.button{
    text-align: center;
    height: 50px;
    width: 180px;
    font-size: 20px;
    border-radius: 30px 0px 30px 0px;
    border-width: thick;
    border-color: lightcyan;
    background-color: orange;
    color: black;
    cursor: pointer;
    margin-top:10px ;
    margin-left: 370px;
}

