body {
    background-color: #c86a3c;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

#container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 80%;
    max-width: 600px;
}

#coming-soon {
    background-color: rgb(167, 93, 4);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0.1);
}

#pacesphere-icon {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
    border-radius: 10px;
}