body {
  background-color: black;
  color: #FFD918;
  font-family: Arial;
  font-size: 2vh;
  
}

.container {
            display: flex;
            flex-direction: column; 
            justify-content: center;
            align-items: center; 
            height: 100vh; 
            text-align: center; 
        }

        img {
            max-width: 40%; 
            height: auto;
        }


.proceed-button {
    background:none;
    border:none;
    margin:0;
    padding:0;
    cursor: pointer;
    color: #FFD918;
   font-family: Arial;
   font-size: 2vh;
}

.proceed-button:hover {
  color: #EA1719;
   font-family: Arial;
   font-size: 2vh;
}