

.links {
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
    font-weight: 800;
    text-decoration: none;
}

.logo {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
}

.button {
    color: white;
    background-color: rgba(201, 19, 46);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    text-decoration: none;
}

.div1 {
    background-color: rgba(255, 254, 254);
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.div2 {
    background-color: rgb(200, 18, 46);
    padding: 30px;
    color: white;
}

.div3 {
    background-color: rgba(238, 244, 241);
    padding-bottom: 100px;
}

.div4 {
    height: 500px;
    width: 25%;
    margin-bottom: 50px;
}
.kachel1 {
    width: 180px;
    height: 220px;
    margin-bottom: 50px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
}

.kachel2 {
    width: 250px;
    height: 220px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: rgba(244, 245, 244);
    margin-bottom: 50px;

}

.kachel2 h1 {
    font-weight: bolder;
}