* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}



header {
    background-color:  #e76d22;
    padding: 20px;
    text-align: center;
    color: white;
}

.navi {
    background-color:  #ffc107 !important;

}

.navi img {
    width: 100%;
    height: 7vh;

}

.menu {
    color: rgb(250, 247, 247) !important;
    text-transform: uppercase;
    font-weight: bold;

}

.card {
    height: 100vh !important;
}

body {
    background-color: #fffaf0;
}

.hero {
    background: url('./rot.webp') center/cover no-repeat;
    color: white;
    padding: 250px 0;
    text-align: center;
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
}

footer {
    background-color: #ffc107;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
}