.style {
    text-align: center;
    margin-bottom: 12px;
    font-size: 45px;
    color: #222;
    font-weight: 600;
}

.wp-att-fe-nav a {
    flex: 1 1 48%;
    text-align: center;
    min-height: 40px;
    border-radius: 999px;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 15px;
}




/* Naj se rob in padding štejeta v širino, da ne gre nič čez */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
textarea,
select {
    box-sizing: border-box;
    max-width: 90%;
}

element.style {
    width: 90%;
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid:#d1d5db;
}
