@import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap');

body {
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
}

h1 {
    text-align: center;
    font-size: 48px;
    font-family: "Protest Guerrilla", sans-serif;
}

div {
    text-align: center;
    background-color: #000;
    color: #fff;
    width: 500px;
    height: 40px;
    padding: 20px;
    margin-top: 20px;
    border-radius: 32px;
    font-size: 32px;
}