html, body, #appContainer{
    width:100%;
    height: 100%;
}

body {
  box-sizing: border-box;
  width:100%;
  height:100%;
}


#appContainer{
    background:#333;
    color:#fff;
    display: flex;
    align-content: center;
    justify-content: center;
}

.resumeContainer{
    font-size:50px;
    font-family: monospace;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.resumeTitle
{
    cursor: pointer;
}

.resumeDescription
{
    font-size:12px;
    padding:5px;
}