.header {
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

.home {
    background-color: blue;
}

.away {
    background-color: red;
}

* {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.skill-box{
    display: inline-block;
    background-color: rgb(218, 218, 218);
    color: black;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-weight: 800;
    margin: 10px;
}

.skill-label
{
    font-weight: 600;
    padding: 5px;
}

.skill-input{
    font-size: 20px;
    padding: 10px;
    text-align: center;
    width: 100px;
    font-weight: 800;
}

.player-row{
    display: inline-block;
    margin: 10px;
    border-radius: 10px;
    display: block;
    padding: 10px;
    background-color: rgb(229, 229, 229);
}

.player-name{
   padding: 10px;
   font-size: 20px;
    font-weight: 800;
}

#status{
    font-size: 20px;
    font-weight: 800;
    padding: 10px;
    color: green;
}