img {
    width: 8vh;
}

a {
    border: 0.4vh;
    border-radius: 2vh;
    margin: 40px 10px;
    padding: 2.5vh;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    background-color: #0000001f;
}

span {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 5vh;
    color: #000000;
    margin-left: 20px;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    background-image: url("../assets/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100vw 100vh;
}

