* {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    width: 100%;
    background-color: #222;
    color: rgba(255, 255, 255, 0.6);
    font-family: Arial, Helvetica, sans-serif;
}
.wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wrapper .logo-img img {
    width: 16rem;
    height: auto;
}
.wrapper .logo-text {
    text-align: center;
    margin-top: 1rem;
}
.wrapper .logo-text h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.9);
}
.wrapper .logo-text p {
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 1rem;
}
