html {
    margin: 0;
    padding: 0;
    width: 100%;
}

body{
    margin: 0;
    width: 100%;
    background-color: #0e0e0e;
    color: #ffffff;
}

main {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10vmin;
}



h2 {
    font-size: 7vw;
    opacity: 0.8;
    text-shadow: #4b4b4bb6 1rem 1rem 1rem;
    font-weight: lighter;
}

h3{
    font-size: 4vw;
    font-weight: lighter;
    opacity: 0.8;
}