
body {
    margin: 0;
    padding: 0;
}

.whole_body {
    display: flex;
    width: 100%;
    gap: 5%;
}

.left_section {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.right_section {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.one {
    position: relative;
    background-image: url(images/header_photo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@font-face {
    font-family: myCursive;
    src: url(fonts/myCursive.ttf);
}

li {
    font-size: x-large;
}

.tree {
    flex-grow: 1;
    padding: 2%;
    background-color: lightgray;
    font-family: cursive;
}

.four {
    position: relative;
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.two {
    flex-grow: 1;
    background-color: lightgray;
    padding: 5%;
    font-family: cursive;
}

h2 {
    position: relative;
    left: 5%;
}

.five {
    background-color: darkgray;
    margin-top: auto;
}
