@font-face {
    font-family: Montserrat-Light;
    src: url(fonts/Montserrat-Light.ttf);
}

body {
    font-family: Montserrat-Light, sans-serif;
    background-image: url(images/role-select.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: contain;
background-color: rgba(235,227,214,255);}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a {
    text-decoration: none;
}

button {
    font-family: "Shantell Sans";
    padding: 10px 20px;
    font-size: 25px;
    cursor: pointer;
    background-color: #ff8000;
    border: 2px solid #d77717;
    font-weight: 600;
    color: #fff;
    outline: none;
    border-radius: 18px;
    transition: transform 0.3s ease, font-size 0.3s ease;
}

button:hover {
    transform: scale(1.1);
    font-size: 30px;
}
