* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color:#23201F;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.text-main {
    margin-bottom: 20px;
    font-size: 1em;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    color: #2c3e50;

}

.text-main-h2 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -500%);
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2em;
    color: #27ae60;
}


.text-main-h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -500%);
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2em;
    color: #27ae60;
}

form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
}

.btn1 {
    background-color: #2ecc71;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

label {
    margin-bottom: 5px;
    font-weight: bold;
}

.container {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    overflow: hidden;
    
    
}

.footer-p {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    right: 0;
    color: #777;
    text-align: center;
    font-size: 0.9em;
    text-decoration: none;
}

.footer-p a {
    color: #777;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}
