@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@100;200;400;600&display=swap'); 
*{
    padding: 0;
    margin: 0;
}
body{
    font-family: "Crimson Pro";
    font-size: 1em;
}
h1{
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 50px;
}
input{
    border: none;
    white-space: normal;
    width: 200px;
    height: 20px;
    font-family: inherit;
    font-size: inherit;
}
p{
    font-family: inherit;
    font-weight: 100;
}
button{
    background-color: transparent;
    border: none;
    font-weight: bolder;
}

dialog:nth-of-type(1){
    text-align: center;
    justify-content: center;
    border: 1px solid;
    width: 200px;
    height: 100px;
    border-radius: 5px;
    margin: 100px;
    padding: 5px;
    margin-top: 300px;
    button:nth-of-type(1){
        border: 1px solid #000;
        color: red;
        padding: 5px;
        margin-right: 20px;
    }
    button:nth-of-type(2){
        border: 1px solid #000;
        color: green;
        padding: 5px;
        margin-left: 20px;
    }
}
/*dialog:nth-of-type(2){
    text-align: center;
    justify-content: center;
    border: 1px solid;
    width: 200px;
    height: 150px;
    border-radius: 5px;
    margin: 100px;
    margin-top: 300px;
    button:nth-of-type(1){
        border: 1px solid #000;
        padding: 5px;
        color: red;
        margin-right: 20px;
    }
    button:nth-of-type(2){
        border: 1px solid #000;
        padding: 5px;
        color: green;
        margin-left: 20px;
        bottom: 0;
    }
}*/
ul li{
    margin: 20px;
    padding: 0;
    margin-left: 30px;
    font-size: 1.2rem;
    width: 80%;
    max-width: 500px;
}