body{ display: flex; flex-direction: row; font-family: 'Saira', sans-serif; } .logout{ position: absolute; bottom: 25px; color: white; text-decoration: none; font-size: 20px; } .contentBlock{ padding: 10px; } /* Home Strand */ #homeStrand{ display: flex; } /* Ingredients Strand */ #ingredientsStrand{ display: none; } /* Recipe Book Strand */ #recipeBookStrand{ display: none; } /* Orders Strand */ #ordersStrand{ display: none; }