*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1{
    font-size: min(64px, 10vw);
    font-weight: 300;
}
a{
    text-decoration: none;
    color: inherit;
    font-family: inherit;
}
button{
    cursor: pointer;
}
input{
    font-family: Lato, sans-serif;
    font-size: 18px;
    border-radius: 2px;
    padding: 6px;
    width: 100%;
}
::placeholder{
    color:#808080;
}
