body {
    font-family: 'IBM Plex Sans Arabic';
    margin: 0;
    max-width: 100vw;
    overflow-x: hidden;
    width: 100vw;
}

header {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("image.png");
    background-position: center;
    background-size: cover;


    max-height: 100vh;
}

section {
    display: flex;
    align-items: center;
    margin-right: 5vw;
    margin-left: 5vw;
    width: 100vw;
    gap: 20vw;
}


h1 {
    font-size: 75px;
    margin-bottom: 4px;
    color: aliceblue;
    text-shadow: 0px 0px 10px black;
    padding: 1em;
}

h2 {
    color: aliceblue;
    text-shadow: 0px 0px 10px black;

}

p {
    background-color: #55BBA5;
    padding: 1em;
    border-radius: 1em;
    color: aliceblue;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.564);
    font-weight: 400;
    font-family: 'Bricolage Grotesque';
    height: min-content;
    font-size: 1.5em;
    margin-left: 5vw;
}

img {
    margin-right: 5vw;
}