@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@500&family=Work+Sans&display=swap');

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.1em;
    background-color: rgb(26, 54, 180);
    width: 80%;
    line-height: 1.5;
    margin: auto;
}

header {
    background-color: rgb(255, 255, 255);
    width: 80%;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px;
    margin: auto;
    margin-bottom: 30px;
}

main {
    background-color: rgb(255, 255, 255);
    width: 80%;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px;
    margin: auto;
    margin-bottom: 30px;
}

footer {
    background-color: rgb(255, 255, 255);
    width: 80%;
    text-align: center;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px;
    margin: auto;
    margin-bottom: 30px;
}

.button {
    background-color: #6677d9;
    border: none;
    border-radius: 10px;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14pt;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button {
    background-color: white;
    color: black;
    border: 2px solid #6677d9;
}

.tipka {
    display: inline-block;
    align-items: center;
    margin: 0px 75px 0px 75px;
}

.tek {
    text-align: center;
}

h1 {
    font-family: 'Noto Serif', serif;
    font-size: 2.8rem;
    color: rgba(180, 40, 40, 0.918);
    text-align: center;
    letter-spacing: 3px;
}

h2 {
    font-family: 'Noto Serif', serif;
    font-size: 2em;
    color: rgba(180, 40, 40, 0.918);
    text-align: left;
    letter-spacing: 2px;
}

h3 {
    font-family: 'Noto Serif', serif;
    font-size: 1.4em;
    color: rgba(180, 40, 40, 0.918);
    text-align: left;
    letter-spacing: 2px;
}

img {
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border: #cfcfcf67;
    width: 600px;
}

ul {
    font-size: 1.1em;
}

a {
    color: rgba(180, 40, 40, 0.918);
    font-weight: bold;
}

b {
    color: rgba(180, 40, 40, 0.918);
}