.title {
    display:block;
    margin: auto;
    margin-top: -2%;
    color: #ffa300;
    font-size: x-large;
    text-align: center;
}

.content {
    display:block;
    margin: auto;
    color:#ffa300;
    font-size: medium;
    width: 50%;
}

.content a{
    color: #ff004d;
    text-decoration: none;
}
.content a:hover{
    color: #008751;
}