body{
    width: 98%;
    height: 98%;
    margin: 0 auto;
}

.silent-href{
    text-decoration: none;
    color: #fff;
}

.silent-href:visited{
    color: #fff;
}

.nominecraft {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #f3f3f3;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    width: 150px;
    text-align: center;
}