.content {
    display: block;
    position: absolute;
    bottom: 3vh;
    left: 0;
    width: 100%;
    z-index: 9;
    
    font-size: 20px;
    font-family: "Arial",sans-serif;
    text-align: center;
}

.content p {
    margin-bottom: 10px;
}

.content a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.content a:hover {
    color: #ffc400;
}

.content span {
    color: #ffc400;
    margin-right: 5px;
}