* {
    margin: 0;
    font-family: "Ubuntu";
}



header {
    background-color: #F6E483;
    height: 144px;
    display: flex;
    width: 100%;
    font-size: 30px;
}

header a {
    text-decoration: none;
    color: black;
}



header ul {
    margin-left: 5%;
    font-size: 25px;
    list-style: none;
    width: 70%;
    align-content: center;
    column-count: 5;
}

#person {
    width: 82px;
    height: 80px;
    margin-top: 30%;
    margin-left: 3%;
}

body{background-image: url(Assets/balde.png);
background-size: 100%;
height: 760px;}

body p{
text-align: center;
margin-top: 15%;
font-size: 100px;
color: white;}

footer{
    display: flex;
    background-color: #F6E483;
    margin-top: 40vh;
    align-items: center;
    justify-content: space-around;}

footer svg{
    width: 2%;
    margin-left: 10%;
    margin-right: 1%;
    }

