body {
    background-color: rgb(7, 170, 7);
}

h1, h2, h3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.myimage {
    border-radius: 20px;
    width: 300px;
    height: auto;
}

.djoko {
    border-radius: 20px;
    width: 200px;
    height: auto;
}

.container {
    justify-content: center;
    text-align: center;

}