body {
width: max-content;
height: max-content;
background: #1c3624;
background: radial-gradient(ellipse, #1c3624, #092311);
background-image: url('img/logo.png');
background-attachment: fixed;
background-position: 50% 50%;
background-repeat: no-repeat
}