body {
    font-family: Arial;
    font-size: 13px;
    color: #333333;
}

h1 {
    font-family: helvetica;
    font-size: 24px;
    line-height: 1em;
}

a {
    outline: none;
    color: #50669a;
    text-decoration: none;
}

.fcc-btn {
    background-color: #1a3b59;
    font-size: 18px;
    font-weight: bolder;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 7px;
    margin: 25px;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.content-box {
    display: flex; justify-content: center; align-items: center;
}
