@import url('https://fonts.googleapis.com/css2?family=Anaheim&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
html{
    height: 100%;
    width: 100%;
}
body{
    background: black;
    font-family: 'Anaheim', sans-serif;
}
h1{
    width: max-content;
    height: 30px;
    display: flex;
    flex-direction:row;
    justify-content: center;
    color: #F4EFEF;
    text-align: justify;
    font-size: 45px;
    font-family: Anaheim;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25px;
    word-wrap: break-word;
    margin-left: 745px;
    margin-top: 35px;
}
h2{
    display: flex;
    flex-direction: column;
    width: 310.66px;
    overflow: wrap;
    color: #F6F0F0;
    font-size: 20px;
    line-height: 18px;
}
#menu{
    display: flex;
    width: fit-content;
    flex-direction: row;
    justify-content: flex-end;
    align-content: end;
}
#menu:hover{
    box-shadow: 4px 4px 10px 10px rgb(254, 251, 250)
}
.container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    height: 550px;
    padding: 1%;
}
.why{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 370px;
    height: 300px;
    background-color: whitesmoke;
    padding-right: 5%;
    margin-right: 2%;
    margin-left: 2%;
}
.objects{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
    width: 600px;

}
p{
    color: black;
    font-size: 15px;
    line-height: 18px;
    padding: 1%;
    margin: 5%;
}
.layer1{
    display: flex;
    width: fit-content;
    height: fit-content;
}
.layer1:hover{
    box-shadow: 4px 4px 10px 10px rgb(254, 251, 250)
}