:root {
    font-family: 'Opens Sans', sans-serif;
}
body{
    display: flex;
    flex-direction: column; 
    max-width:1500px; 
    margin: auto; 
    padding: 10px;
}
header{
    height:50px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
}
header #poweredu-text-logo{
    height: 25px;
}
header #poweredu-logo{
    height: 50px;
}
