body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url('background.jpg');

}
#background {
    
}
#Clicker{
    color:white;
    font-family:arial;
}

.splash-container {
    display: flex;
    align-items: center;
}

.main-text {
    font-family: 'arial';
    color: rgb(255, 255, 255);
    
}

.sub-text {
    font-family: 'arial';
    font-size: 24px; /* Adjust size of the sub-text */
    color: rgb(255, 255, 255);
    text-align: center;
    transform: rotate(30deg); /* Adjust rotation angle */
}
.button-container {
    margin-top: 20px; /* Adjust the margin as needed */
    display: flex;
    justify-content: center;
}
.container{
    margin-top: 20px; /* Adjust the margin as needed */
    display: flex;
    justify-content: center;   
}

.button {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'arial';
    font-size: 16px;
    display:block;
}

.button:hover {
    background-color: #333; /* Darken the background color on hover if desired */
}
#carrotclicker{
    color:white;
}
