body {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#c8c9c9;
}

.container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cover {
    width:100%;
    height:100%;
}

.coverText {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.coverText > h1 {
    color:#616465;
    font-size: 10px;
    padding-top: 285px;
    font-weight: normal;
    text-align: center;
}
.coverText > h2 {
    color:#616465;
    font-size: 10px;
    font-weight: normal;
    margin-top:15px;
}