* {
    box-sizing: border-box;
}

body {
    margin: 0;
    width: 100%;
    height: fit-content;
    min-height: 100vh;
    /* font-family: Tahoma, Verdana, Arial, sans-serif; */
    background: center/cover no-repeat url('/img/Genshin-Impact-panorama.jpg');
}

a {
    text-decoration: none;
    color: inherit;
}
.title {
    color: white;
    font-weight: 500;
    text-shadow: 0 0 2px silver;
    text-transform: uppercase;
    text-align: center;
    font-size: 3em;
}

.link {
    color: white;
    font-weight: 500;
    text-shadow: 0 0 2px rgba(40, 40, 40, 0.5);
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
}
.link:hover {
    color: rgb(40, 53, 128);
    font-weight: 700;
}
