body {
    background-color: rgb(47, 46, 46);
}

.hover {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 500px;
}

.hover>img {
    display: inline-block;
    margin-top: 131px;
}
.text {
    color: rgb(224, 181, 38);
    font-family: spinnaker,sans-serif;
    font-size: 20px;
    margin-top: 40px;
}
.bottom {
    transition: all 0.2s ease;
    border-radius: 50px;
    background: #232323;
    width: 88px;
    height: 45px;
    justify-content: center;
    display: flex;
    flex-basis: auto;
    justify-content: center;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    overflow: hidden;
    display: inline-flex;
    margin: 10px;
}
.bottom:hover {
    background: #6E6968;
}
.hover-link {
    text-decoration: none;
    color: rgb(224, 181, 38);
    font-family: spinnaker,sans-serif;
    font-size: 17px;
}
.table {
    display: table;
    width: 100%;
    margin-top: 30px;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}