body {
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
nav{
    
    box-sizing: border-box;
}
.back__link{
    
    width: 100%;
}
.galeria__nav__container{
    width:30px;
    height: 30px;
    box-sizing: border-box;
    background-image: url(../Icons/Back.jpg);
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 0 4px white;
    position: fixed;
    z-index: 999;
    top: 10px;
    right: 10px;
    margin: 0;
}
.galeria__nav__container:is(:active,:hover){
    scale:1.1;
}
.container {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 300px;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

label {
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

button {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    background: #25d366;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background: #1ebe5d;
}
