body {
    max-width: 100%;
    background-color: rgba(67, 67, 67, 0.2);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;  
    margin: 4rem 0;
}

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:90px;
}

h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 20px;
}

.team{
    background-color: rgb(189, 189, 230);
    min-width: 1000px;
    border: 2px solid rgb(106, 106, 171);
    border-radius: 20px;
    padding: 40px;
}

.scoreboard{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button {
    background-color: rgb(30, 30, 92);
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-weight: bold;
    width: 100px;
    font-size: 30px;
    margin: 15px 0;
    border-radius: 5px;
}

footer{
    margin: 75px 460px 0 0;
    width: 100%;
    display: flex;
    justify-content: flex-end; 
    align-items: center; 
    font-size: 12px;
    color: rgb(58, 58, 58);
}