@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");:root{--font:"Montserrat",sans-serif;--font-color:#ccc;--title-color:#343434}::selection{background:#683535}::-moz-selection{background:#683535}*,body,html{padding:0;margin:0;box-sizing:border-box;font-family:var(--font);background-color:#1b1717;scroll-behavior:smooth}button{background-color:#f0f8ff;border:5px;width:130px}h1,p{color:var(--font-color);font-weight:400;line-height:180.4%;letter-spacing:.11em}a{text-decoration:none;color:inherit}span{background:none}@media only screen and (max-width:600px){h1{font-size:7vw}}