body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    padding: 20px;
}

.container {
    max-width: 600px;
    margin: 0 auto;
}

h1 {
    color: #1DB954;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.success-message {
    color: #1DB954;
    font-weight: bold;
    text-align: center;
}

.error-message {
    color: #ff0000;
    font-weight: bold;
    text-align: center;
}

form {
    margin-top: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

input[type="submit"] {
    padding: 10px 20px;
    background-color: #1DB954;
    border: none;
    color: white;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
    background-color: #179843;
}

.login-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1DB954;
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    display: block;
    width: 100%;
    text-align: center;
}

.login-button:hover {
    background-color: #179843;
}



body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    padding: 20px;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

h1 {
    color: #1DB954;
    font-size: 28px;
    margin-bottom: 20px;
}

.success-message {
    color: #1DB954;
    font-weight: bold;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.submit-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1DB954;
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #179843;
}


.begin-button {
    display: inline-block;
padding: 10px 20px;
    background-color: #1DB954;
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.begin-button:hover {
    background-color: #179843;
}



.login-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1DB954;
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.login-button:hover {
    background-color: #179843;
}
/* 
.made-by {
    margin-top: 40px;
}

.made-by a {
    color: #1DB954;
    text-decoration: none;
}

.contact-info {
    margin-top: 40px;
    text-align: center;
}

.contact-info p {
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-button {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(to right, #1DB954, #0062E6);
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.contact-button:hover {
    background: linear-gradient(to right, #0062E6, #1DB954);
}
 */



 /* Existing CSS styles */

footer {
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
}

.contact-info {
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-button {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(to right, #1DB954, #0062E6);
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.contact-button:hover {
    background: linear-gradient(to right, #0062E6, #1DB954);
}

.made-by {
    font-size: 14px;
    margin-top: 10px;
}

.made-by a {
    color: #1DB954;
    text-decoration: none;
}
