header{
    max-width: 1280px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    top: 0;
    background-color: #FBF1F1;
}
.tagline{
    display: flex;
    justify-content: space-around;
    align-items: center;
    display: flex;
    font-size: 15px;
    font-family: "DL Noto Sans Medium";
    z-index: 11;
}
.tagline>a{
    color: #AB4C4C;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    width: 100px;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
}
.tagline>a::after{
    width: 0;
    color: #AB4C4C;
    transition: 0.5s;
}
.tagline>a:hover{
    text-decoration: underline;
}
.tagline>a:hover::after{
    width: 100px;
    transition: 0.5s;
}
.icona{
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
}
.icon{
    height: 30%;
}
.filter_red{
    width: 270px;
    height: 100%;
    z-index: 10;
    background-color: #FBF1F1;
    opacity: 0.3;
    position: absolute;
    left: 0;
}
.name{
    margin: 15px;
    font-size: 20px;
    letter-spacing: 25px;
    font-family: "DL Noto Sans Light";
    color: #AB4C4C;
    z-index: 11;
}
footer{
    width: 100%;
    height: fit-content;
    position: relative;
    display: grid;
    background-color: #fbeded;
    padding-top: 80px;
}
.footB,.footC,.footA{
    position: relative;
    width: 100%;
    height: fit-content;
}
.footA{
    display: flex;
    background-color: #F9E1E1;
    justify-content: space-around;
}
.footB{
    display: grid;
    background-color: #F4C5C5;
    text-align: center;
    align-items: center;
}
.footC{
    display: grid;
    text-align: center;
    color: #444444;
}
.foot-left,.foot-center,.foot-right{
    width: 30%;
    aspect-ratio: 1/1;
}
.foot-left{
    background-color: #AB4C4C;
}
.foot-center{
    background-color: lightblue;
}
.foot-right{
    background-color: darkblue;
}
.banner{
    position: relative;
    width: 50%;
    aspect-ratio: 5/1;
    border-radius: 30px;
    background-color: white;
    left: 50%;
    translate: -50% 0;
    margin-top: 50px;
    margin-bottom: 40px;
    align-content: center;
    text-align: center;
}
.iconlist{

}
.entrycounter{
    position: relative;
    width: 300px;
    height: 40px;
    background-color: white;
    left: 50%;
    translate: -50% 0;
    margin-top: 30px;
    margin-bottom: 30px;
    align-content: center;
    text-align: center;
}