* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Times New Roman", serif;
}
ul.navibar {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
}
ul.navibar li {
    padding: 5px;
    display: inline-block;
    flex: 1 1 auto;
    text-align: center;
    font-weight: bold;
    color: blue;
    background: powderblue;
}
h1 {
    text-align: center;
    font-family: "Agency FB", fantasy;
}
p {
    margin: 16px;
    font-size: 1.5rem;
}
.tiny {
    font-size: 1rem;
}
.medium {
    font-size: 2rem;
}
.HUGE {
    font-size: 8rem;
}
.red-vs-blue-iframe {
    left: 0;
    top: 0;
    width: 980px;
    height: 600px;
    border: none;
}
.red-vs-blue-container {
    display: flex;
    justify-content: center;
}
.the-answer {
    text-align: center;
    font-size: 24rem;
}