@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

body {
    width: 70%;
    margin: 0 auto;
    font-family: 'Inconsolata', monospace;
    text-align: center;
    font-size: 25px;
    color: #000;
}

a {
    color: #000;
    border-bottom: 3px solid #ffee03;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
}

a:hover {
    color: #000;
    background: #ffee03;
    border-bottom: none;
}


footer {
    font-size: 15px;
}

.required {
    color: #FFC0CB;
    font-weight: bold;
}

button {
    font-size: 40px !important;
}

::selection {
    color: #000;
    background: #ffee03;
}

.card-body {
    font-size: 18px;
}

#sadboys-smutek {
    font-size: 10em;
}


/*

nedá se nic dělat
všechno hezký někdy musí skončit
aby mohlo začít
něco novýho

    </3

 */