#generated{
    width: 300px;
    height: 300px;
    border-style:solid;

}
body{
    text-align: center;
    font-family:monospace;
    border-style:none;
    background-color: white;
    padding: 10px;
}
html{
    background-color: rgb(88, 103, 164);
    padding: 45px;

}
#slide{
    width: 300px;
    height: 300px;
    border-style:solid;
}

button{
    text-align: center;
    margin-top: 10px;
    font-family: monospace;
    border-radius: 8px;
    padding: 3px;
    border-style:solid;
    background-color: white;
    border-color: black;
    font-size: small;
}

h2 {
    padding-top: 25px;
}

p{
    line-height: 0.7;
}