body {
    padding: 20px;
    background-color: rgba(220, 20, 60, 0.797);
    text-align: center;
    justify-content: center;
}

h1 {
    font-style: italic;
}

h3 {
    color: rgba(186, 32, 63, 0.797);
    transition: 0.1s;
}

h3:hover{
    color: white;
    transition: 0.2s;
}

img {
    border-radius: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(0, 100, 0, 0.799);
}