body {
    background-image: url("../ilu/img/Nemi_Anim-200.png");
    background-repeat: repeat;
}
a {
    text-decoration: none;
    color: #eee6ff;
    background-color: mediumpurple;
    border-radius: 2px;
    padding-left: 3%;
    padding-right: 3%;
}

.texts {
    font-family: arial;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: aliceblue;
    max-width: 200px;
    border-radius: 9px;
    padding: 1%;
}