html{
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
      box-sizing: inherit;
}
.center{
    background-image: url('./everest-4828404-01.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display:grid;
    place-content: center;
    min-height: 100vh;
    margin:0
}

#hero{
    backdrop-filter: blur(5px);
    background-color: rgb(94 108 118 / 79%);
    border-radius: 20px;
    border: 3px solid white;
    max-width: 800px;
    font-size: 1.4em;
    color: #e0edff;
    font-family: 'Space Grotesk', sans-serif;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.31);
    overflow:none;
}

.hero-content{

    text-align: center;
}

.version{
    text-align: right;
    background-color:rgb(255, 255, 255);
    padding:10px
}

.logo{
    max-width: 100%;
}
