body {
    background: black;
    height: 100%;
    overflow: hidden;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon {
    height: 48px;
    margin-left: 10px;
    margin-right: 10px;
}

.img {
    width: 60%;
}

.row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}