.dash-header {
    height: 10vh;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #EF4E7A;
    color: white;
    padding: 0 5vw;
    margin-bottom: 2rem;
}

form>input[type="submit"]:hover {
    cursor: pointer;
    text-decoration: underline;
}

.title-box {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}