.player-select-menu {
    padding: 0 3rem;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.player-select-menu li {
    padding: 0 2rem;
}

#headmenu {
    margin: auto;
}

/*Stroke info*/
.strokeInfo {
    background-color: #1E6E72;
    color: #FFFFFF;
    margin: 0.5rem 0 0 0;
}

.strokeInfoTitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
}

.strokeInfoTitle p {
    margin: 1rem 0 0 0;
}

#strokeDescriptions {
  display: flex;
  justify-content: center; 
}

#strokeDescriptions ul {
  list-style-position: inside; /* keeps bullets aligned inside */
  padding-left: 0;
  text-align: left;            
  max-width: 800px;            
}
