body{
    background-color: #2c2f33;
    color: white;
    font-family: "Montserrat", Arial, sans-serif
}

.container {
    padding: 0px 50px;
}

ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
    padding: 16px;
}

a {
    color: white;
    text-decoration: none;
}

.illustration{

    width: 100%;
    height: 100%;
    margin-top: 5px;
}

footer i {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
    padding: 20px;
}

footer i:hover{

    color: #a200ff;

}