footer{
    background-color: #1e347a;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    color: aliceblue;
    height: 400px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.logo{
    margin-left: 20px;
}

#flogo{
    margin-top: 30px;
    height: 250px;
    width: 250px;
}

.faboutweb{
    width: 40%;
}

.fwebname{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 90px;
    margin-left: 20px;
    font-size: xxx-large;
    font-weight: bold;
}

.fwebdescrip{
    margin-top: 40px;
    margin-left: 20px;
    font-size: large;
}

.bold{
    margin-top: 30px;
}

.flinks{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
    text-decoration: none;
    font-size: larger;
    width: 45%;
}

#journal, #mood, #memories, #about-us{
    text-decoration: none;
}

.column1{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: aliceblue;
    text-align: center;
}

.column2{
    color: aliceblue;
}

.logo{
    margin-top: 30px;
}

#instagram{
    height: 50px;
    width: 50px;
    padding-right: 10px;
}

#facebook{
    height: 48px;
    width: 48px;
}

.socials{
    margin-left: 27%;
    margin-top: 35px;
}