
img.dog-icon {
    
    border-radius: 999px;
    border: 4px solid white;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 2px 3px;
}

li {
    min-height: 100px;
}

ul {
    list-style-type: none;
}
ol {
    list-style-position: inside;
    text-align: center;
    font-size: 48px;
}

body { 
    max-width: 60vw; 
    margin: auto;
    color: white;
    font-family: 'Montserrat', sans-serif;
    background: #000000;
}

h1 {
    color: #d7d7d7;
    text-align: center;
    font-size: 64px;
    font-weight: bold;
    text-shadow: 0 0 10px red;
    padding: 16px 0;    
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 24px;
}

img {
    border-radius: 15px;
    border: 4px solid white;
    display: block;
    margin: 30px auto;
}

p { font-size: 32px; }
