* {
    margin: 0;
    padding: 0;
}

body {
    color: #171716;
    background-color: #E4E2DD;
    font-family: "Poppins", serif;
}

.first {
    display: flex;
    justify-content: space-between;
}

/* --------------LEFT SECTION -------------*/
h1 {
    font-size: 2.2rem;
    font-family: "Audiowide", serif;
    margin: 20px;
    padding: 0 0 0 10px;
}

img {
    width: 50vw;
    height: 70vh;
}

h5 {
    font-size: 1.4rem;
    margin: 20px;
    padding: 0 0 0 10px;
    color: #171716;
    font-family: "Poppins", serif;
    font-weight: 500;
}

.contactIcons{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 50px;
    height: 50px;
}

/* ----------RIGHT SECTION -------------*/
.rightSection {
    background-color: #D7F7A8;
    width: 50vw;
    height: 100vh;
}

h2 {
    font-size: 1.9rem;
    font-family: "Audiowide", serif;
    margin: 20px;
    padding: 10px;
}

h4 {
    color: #989386;
    font-size: 1.4rem;
    font-weight: 300;
    margin: 70px 20px 10px 20px;
    padding: 10px;
}

p {
    margin: 20px;
    padding: 10px;
    text-align: justify;
    line-height: 1.6;
}


/* ----------BUTTONS----------- */
.btns {
    justify-content: end;
    display: flex;
    justify-content: space-between;
    margin: 120px 0 15px 0;
    padding: 20px;
}

button {
    border: 1px solid black;
    border-radius: 2px;
    background-color: #E4E2DD;
    color: #171716;
    margin: 20px;
    padding: 10px 25px 10px 25px;
    font-family: "Electrolize", serif;
    font-weight: bolder;
}