body {
    font-family: Arial, sans-serif;
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    height: 100%;
}



header {
    display: flex
;
    background-color: #ff006a;
    color: white;
    padding: 15px;
    text-align: center;
    justify-content: space-between;
    border: 3px solid #DB005B;
    align-items: center;
}

.logo{
    display: flex;
        align-items: center;
        align-content: center;
    
}

.logo h1 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: revert-layer;
    padding: 0;
    margin: 0;
    height: 50px;
    display: flex
;
    align-items: center;
    align-content: center;
}


.logo img {
    width: 100px;
    height: 100px;
}

h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

a {
    color: #ff0a67;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    width: 80%;
    margin: 20px auto;
    background-color: white;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

form {
    padding: 20px 10%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

main{
        padding: 10px 10%;
}

label {
    font-weight: bold;
}

input, textarea {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

textarea {
    resize: vertical;
}

button {
    background-color: #ff0a67;
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #0056b3;
}

.footer {
    text-align: center;
    padding: 20px;
    background-color: #333;
    color: white;
    margin-top: 40px;
}

.net{
    padding: 2px 5%;
}
