@charset "utf-8";

html,body {
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
}
.outer {
    text-align: center;
}
.title {
    font-size: 4.5em;
}
p {
    color: #c3c3c3;
    margin-top: 15px;
    margin-bottom: 10px;
}