body{
    background-color: #F5F5F5;
    font-family: 'Heebo', sans-serif;
    min-height: 98vh;
    padding: 1%;
}

.content-container{
    display: flex;
    max-width: 98%;
    min-width: 98%;
    overflow-x: hidden;
    height: 95vh;
}

.ignore-a-styles {
    color: #ffffff !important;
    text-decoration: none !important;
}
