@font-face {
    font-family: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff')
    format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "TmonMonsori";
    height: 100%;
    overflow: auto;
    background-image: url("./img/retransmisje-banner.png");
    background-attachment: fixed;
    background-size: cover;
    animation: fadeIn 1.5s;
}

.panel {
    width: 360px;
    height: 460px;
    opacity: 90%;
    background-color: #252525;
    color: white;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #252525;
    border-radius: 40px;
    box-shadow: 0px 0px 10px white;
    transform: translateY(50%);
}

.input-group input,
.input-group button {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 15px;
}