@import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap');

body {
    background-color: #ccc;
    margin: 0;
    padding: 0
}

h1 {
    font-size: 48px;
    text-align: center;
    font-family: "Protest Guerrilla", sans-serif;
    font-weight: 400;
}

article{
    max-width: 800px;
    height: 370px;
    margin: 40px auto;
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
}

#pole{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

img {
    width: 500px;
    height: 350px;
}
