/* Style Settings */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
    background: url('../images/bg.jpg');
    font-family: 'Press Start 2P', cursive;
    font-weight: 600;
}

#userPhoto, #errorPhoto {
    max-width: 80%;
    height: auto;
    /*  width: 100px;
    height: 100px;*/
    display: block;
    margin: 10px auto;
    border-radius: 20%;
}

#userName, .main {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#userName h1, .main h1 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    margin: 0 auto;
}

#userName p, .main h1 {
    font-size: 2rem;
    font-weight: 300;
    margin-top: 5px;
    text-transform: none;
}

[class^="fa-"], [class*=" fa-"] {
    margin-right: 0.3rem;
    font-size: 1.8rem;
}


#links {
    max-width: 500px;
    width: auto;
    display: block;
    margin: 20px auto;
}

.link {
    display: block;
    background-color: rgba(66, 110, 255, 0.2);
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 23px 17px 17px 17px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 300;
    transition: all .25s cubic-bezier(.08, .59, .29, .99);
    border-radius: 10px;
}

.link:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #000000;
    border: none;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}