
img{
    width: 200px;
}

body{
    margin: 0;
}

h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: normal;
}

p{
    font-family: "jaf-domus-titling-web", sans-serif;
    font-weight: medium;
    font-style: normal;
}

.container{
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.top{
    height: 30%;
    width: 100%;
    display: flex;
    padding-bottom: 100px;
}

.top-item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.middle{
    width: 100%;
    height: auto;
    display: flex;
    gap: 70px;
    justify-content: center;
    align-items: center;
    padding-bottom: 250px;
}

.middle-item{
    flex-direction: row;
}

.middle-item img{
    width: 200px;
}

.middle2{
    width: 95%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 150px;
    margin-left: 20px;
}

.middle-item2{
    flex-direction: row;
    width: 200px;
}

.middle3{
    width: 100%;
    height: auto;
    display: flex;
    gap: 280px;
    justify-content: center;
    align-items: center;
    padding-bottom: 250px;
    padding-left: 650px;
}

.middle-item3{
    flex-direction: row;
}

.middleitem3{
    flex-direction: row;
    padding-left: 650px;
}

.bottom{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 100px;
}

.bottom-item{
    flex-direction: row;
    margin-left: 30px;
}

