.page-header {
    display: flex;
    font-size: 1.25rem;
    color: #0c4da2;
    justify-content: space-between;
}

.main-nav {
    display: flex;
    font-size: 1.25rem;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}

.big-bg {
    background-size: cover;
    background-position: center top;
    background-image: url(dawn2.jpg);
    min-height: 100vh;
}
.home-content {
    text-align: center;
    margin-top: 15%;
    font-size: 2rem;
    color: #c83e36;
}
.home-content p {
    font-size: 1.5rem;
    color: #c83e36;
    margin: 10px 0 42px;
}
.button {
    text-align: center top:
    font-size: 1.25rem;
    color: blue;
}
