* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box
}

body,
html {
    height: 100vh;
    overflow: hidden;
}

main {
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: flex;
    background: black;
}

img {
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}