body {
    width: 100%;
    height: 100%;
    background-color: #1a1919;
}

.pagecontent {
    width: 100%;
    height: calc(100vh - 56px);
    margin: 56px 0 0 0;
    padding: 0 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
