body {
    margin: 0;
}

main {
    position: relative;
    min-height: 100vh;
    background-image: url("../assets/dr_kid_leiria_background.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    max-width: 100%;
}

img.top {
    position: absolute;
}

img.coming_soon {
    position: absolute;
    bottom: 80px;
    right: 80px;
}