html { color-scheme: light dark; }

body {
    font-family: Tahoma, Verdana, Arial, sans-serif;;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    background: linear-gradient(0deg,rgba(200, 200, 200, 0.3) 0%, rgba(235, 226, 223, 0.0) 100%);
}
html, body { 
  margin:0; 
  padding:0; 
  height:100%; 
}

h1 { margin-top: 50px; }
p {letter-spacing: 0.05em; font-weight: 500;}

.wrapper {
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 100px 40px;
}

.container {
    text-align: center;
    background: white;
    width: 600px;
    height: max-content;
    padding: 20px 10px 50px 10px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 0.5px 1px #888888;
}

