*,
*::before,
*::after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: system;
    font-style: normal;
    font-weight: 400;
    src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.5;
    font-family: "system";
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

html {
    font-size: 16px;
}

a{
    text-decoration:none; 
    color:inherit; 
    cursor:pointer;
}

button{
    background-color:transparent; 
    color:inherit; border-width:0; 
    padding:0; 
    cursor:pointer;
}

ul, ol, dd{
    margin:0; 
    padding:0; 
    list-style:none;
}

h1, h2, h3, h4, h5, h6{
    margin: 2.75rem 0 1rem;
    line-height: 1.15;
}

h1 {
    margin-top: 0;
    font-size: 11.089em;
    font-weight: 100;
}

h2 {
    font-size: 6.854em;
}

h3 {
    font-size: 4.236em;
}

h4 {
    font-size: 2.618em;
}

h5 {
    font-size: 1.618em;
}

p  {
    margin-bottom: 1.25em;
}

.wrapper {
    position: relative;
    width: 75vw;
    height: 75vh;
    overflow: hidden;
}

.wrapper img {
    width: 100%;
}

.wrapper h1 {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

canvas {
    position: absolute;
    /* width: 100vw;
    height: 100vh; */
}