.hero {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 200px;
}

.hero a {
    text-decoration: none;
}

.container {
    min-height: 100vh;
}

/*.author{*/

/*  font-size: 10px;*/
/*  color: black;*/
/*  font-weight: bold;*/
/*}*/

.copyrightContainer .author {
    font-size: 10px;
    position: relative;
    right: 10px;

}

.copyrightContainer .author a {
    color: #707070;
    text-decoration: none;


}
.copyrightContainer .author a:hover {
    color: #8ab33f;
    text-decoration: none;
    animation-duration: 0s;


}