html,
body {
    height: 100%;
    width: 100%;
    font-size: 16px;
    /*line-height: 1;*/
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.links a img {
    margin: 1rem;
    height: 1.5rem;
}

* {
    box-sizing: border-box;
}

body {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

header h1 {
    font-size: 2rem;
    color: #fff;
    margin: 1.5rem;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}

header h1 span {
    text-align: center;
    font-size: 1.5rem;
}

h1 a {
    text-align: center;
    display: flex;
    flex-direction: column;
    color: white;
    text-decoration: none;
}

a,
u {
    text-decoration: none;
}

main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(200px, 240px));
    padding-top: 20px;
    padding-bottom: 20px;
}

footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #e5e5e5;

}

.informatika-logo a img {
    margin: 1rem;
    height: 3rem;
}

header,
header a {
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    background-color: #f4780e;
    width: 100%;
    flex-direction: row;
    text-decoration: none;
}

#product-logo {
    height: 4rem;
}

.card {
    /* padding-top: 25px;
    padding-bottom: 2px; */
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin: 20px;
}

.card-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    border: 2px #FFB800 solid;
    justify-content: center;
    align-items: center;
    gap: 25px;
    display: inline-flex;
    height: 200px;
}

.card-image {
    width: 103.83px;
}

.card-text {
    width: 376px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: inline-flex;
}

.card-title {
    color: #F4780E;
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 900;
    line-height: 1.1;
    word-wrap: break-word;
}

.card-description {
    width: 380px;
    color: #1B2D98;
    font-size: 14px;
    font-family: "Segoe UI";
    font-weight: 600;
    line-height: 22.40px;
    word-wrap: break-word;
    margin-top: 10px;
}

.card-links {
    padding-top: 15px;
    flex-direction: row;
    gap: 20px;
    display: flex;
    color: #1B2D98;
    font-size: 12px;
    font-family: "Segoe UI";
}

.card-link {
    align-items: center;
    display: inline-flex;
    color: #1B2D98;
}

.card-auth {
    padding-top: 5px;
    padding-right: 5px;
    width: 30px;
    height: 30px;
}

.card-manual {
    padding-top: 5px;
    padding-right: 5px;
    width: 20px;
    height: 30px;
    position: relative;
}