body {
    background-color: #354a43;
    color: aliceblue;
    text-align: center;
}

#top-panel {
    text-align: center;
    color: aqua;
    background-color: #1c272396;
    font-style: oblique;
    font-size: 35px;
    padding: 2px;
}

a {
    text-decoration: none;
}

hr {
    margin-top: 0%;
}

table {
    margin: auto;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    background-color: #1c272396;
    margin-top: 0%;
}

th, td {
    font-size: 30px;
    padding: 10px;
    border-right: 1px solid black;
    text-align: center;
}

.hangman-img {
    width: 100%;
    height: 400px;
}

.left-text {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 60px;
} 

.mainscreen {
    float: right;
    width: 50%;
    height: 900px;
    padding-bottom: 150px;
}

.right-text {
    float: left;
    width: 50%;
    text-align: right;
    font-size: 60px;
} 

.padding {
    padding-top: 150px;
}

.left-mainscreen {
    float: left;
    width: 50%;
    height: 900px;
    padding-bottom: 150px;
}
