.wrapper {
    min-height: 100vh;
}

.block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 50px;
    flex-direction: column;

    background-color: aliceblue;
}


.glass{
    background-color: #fff;
    border-radius:50%;
    border:5px solid #fff;
    box-shadow: 0px 0px 10px #666, inset 0px 0px 10px #666;
  }