
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');





body {

background-color: rgb(19, 18, 18);









}





button {
    border-radius: 3rem;
    font-family: "Inter", sans-serif;
    background-color: rgb(59, 54, 54);
    border: none;
    padding: 20px;

    font-size: 3rem;

}


button:hover {

border: blue solid 3px;
cursor: pointer;

}