#title {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    color: white;
    font-family: monospace;
    text-align: center;
}

#title #name {
    font-size: 100px;
}

#title #info {
    font-size: 60px;
}
