span {
    font-size: 80px;
    color: white;
    display:flex;
}

div {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

