body {
    background-color: #d5eaf5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-text {
    font-size: 64px;
    font-family: 'Cabin';
}

a {
    color: black;
}

.copyright-footer {
    position: absolute;
    bottom: 5px;
    color: #5c5e5d;
    font-size: 6px;
}