@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{
    width: fit-content;
    height: fit-content;
    font-family: 'Anaheim', sans-serif;
    background-image: url('https://github.com/mariabuitsan/assignment_1_3/blob/main/hypertext-prototype/assets/bakground-mineral-purple.JPG?raw=true');
    background-size: cover;
    background-repeat: no-repeat;
}
h1{
    width: max-content;
    height: 70px;
    display: flex;
    flex-direction:row;
    justify-content: center;
    color: #F4EFEF;
    background-color: black;
    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: 15px;
}
h2{
    display: flex;
    flex-direction: row;
    width: 310.66px;
    color: #F6F0F0;
    font-size: 20px;
    line-height: 15px;
}
#menu{
    display: flex;
    width: fit-content;
    flex-direction: row;
    justify-content: flex-start;
    align-content: end;
}
#menu:hover{
    box-shadow: 4px 4px 10px 10px rgb(254, 251, 250)
}
.container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 500px;
    padding: 3%;
    margin-top: 5px;
}
.why{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 280px;
    height: 400px;
    background-color: whitesmoke;
    padding-right: 2%;
    margin-right: 5%;
}
.objects{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: space-evenly;
    flex-wrap: wrap;
    margin-left: 2%;
    padding-left: 8%;
    width: 800px;
    height: 500px;

}
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)
}