a {
    margin-bottom: 0px;
    color: tomato;
}

#wrapper {
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}

h1 {
    color: orange;
    background: grey;
}

p {
    font-size: x-large;
}

.nobullet {
    list-style-type: none;
    background-color:#e7e7e7;
    border: none;
    color: black;
    padding: 15px 32px;
    border: 10px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}

#name {
    font-size: large;
    font-weight: bolder;
    text-decoration: underline;
}

#score {
    font-size: large;
    font-weight: bolder;
    color: red;
}

#scoreBackground {
    background-color: darkgrey;
    padding: 40px;
}

