@font-face {
    font-family: 'CursedTimer';
    src: url('/Users/jodanhuang/repos/Scrimba/Scrimba/CursedTimerUlil-Aznm.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 20% auto;
}

h3{
    color:white;
    margin-top: 0;
    margin-bottom: 0;
    margin: auto;
}

.container {
    display: flex;
    justify-content: space-around;
    background-color: #1B244A;
    width: 20rem;
    margin: auto;
    padding: 1.5rem;
}

.teamContainer {
    display:flex;
    flex-direction: column;
    gap:.5rem;
}
.teamScore {
    width:6rem;
    font-size: 4rem;
    text-align: center;
    font-family: 'CursedTimer', sans-serif;
    color:#F84F6D;
    background-color: #090001;
}

.addPointsContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #99ABD7;
}

.increment-btn {
    font-family: 'CursedTimer', sans-serif;
    font-size: .7rem;
    padding: .4rem;
    display:flex;
    border: solid;
    border-color: #99ABD7;
    border-radius: 2px;
}