/* styles.css */
body{
	background-color: #ffffff;
}

/* Style the container to make it the size of the viewport */
#container {
    /* display: flex; */
    position: relative;
    width: 100%;
    height: 100vh;
}

/* Style the image */
#randomImage {
    position: absolute;
}

.btn-center {
    margin: auto;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}