html {
    font-family: "Lucida Console", "Courier New", monospace;
}

.home-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}


body {
    display: flex;
    flex-direction: column;
    background-color: lightgrey;
}

main {
    width: 80%;
    padding: 10%;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: center;
    align-items: center;
}

.main-text {
    width: 400px;
    text-align: center;
    align-items: center;
}

ul {
    list-style: none;
}

footer {
    width: 80%;
    padding: 10%;
    margin: auto;
    display: flex;
    text-align: center;
}

.footer-text {
    width: 80%;
    background-color: rgb(184, 114, 10);
    padding: 0.5rem;
    position: fixed;
    bottom: 0;
    border-radius: 3%;
}

.footer-img {
    height: 12px;
    width: 15px;
}

.main-navigation ul {
    list-style-type: none;
    display: flex;
    background-color: blanchedalmond;
    border-radius: 3%;
}

.main-navigation ul li {
    margin: 0.4rem;
}

