@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-VariableFont_wght.tff') format('tff');
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: black;
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding: 40px;
}
h1 {
    color: hsl(0, 70%, 60%);
    font-size: 32pt;
}
div {
    border-radius: 30px;
    background-color: hsl(0,0%,20%);
}
button {
    border-radius: 20px;
    width: 20rem;
    height: 3rem;
    background-color: hsl(0, 70%, 60%);
    border-style: none;
    font-size: large;
    cursor: pointer;
}
.content {
  text-align: center;
}