.container{
    width: 400px;
    height: auto;
    background-color: pink;
}
h1{
    font-family: 'Press Start 2P', cursive;
    text-align: center;
}
h2{
    font-family: 'Macondo', cursive;
    text-align: center;
}
td{
    height: 40px;
    width: 100px;
    border: 5px solid white;
    border-radius: 10px;
    font-family: fantasy;
    text-align: center;
    color: red;
}
#one{
    background-color: #7F7EFF;
}
#two{
    background-color: #A390E4;
}
#three{
    background-color: #C69DD2;
}
#four{
    background-color: #CC8B8C;
}
#five{
    background-color: #C68866;
}
p{
    font-family: 'Righteous', cursive;
    color: blue;
}
