body{
    margin-left: 10px;
    margin-right: 10px;
    font-size: large;
    font-family: 'Times New Roman', Times, serif;
    background-color:rgb(234, 249, 255);
}

header{
    color: blue;
    font-size:xx-large;
    font-family: 'Courier New', Courier, monospace;
}

.randWord{
    font-size: xx-large;
    color: crimson;
}

.Wordlist-editor{
    width: 100%;
    height: 100%;
}

.save{
    background-color: greenyellow;
}

.delete{
    background-color: red;
}