/*======= GENERAL SETTINGS =======*/

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: #000;
    position: relative;
    height: 100svh;
}





/*======= CONTENT =======*/

img {
    position: absolute;
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}