body {
    background: url('images/depositphotos_135115256-stock-photo-a-little-island-in-the.jpg') no-repeat center center/cover;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
}

.container {
    background: url('images/depositphotos_135115256-stock-photo-a-little-island-in-the.jpg') no-repeat center center/cover;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px;
}


input {
    display: block;
    width: 90%;
    margin: 10px auto;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    background-color: #e11078;
    color: white;
    padding: 10px;
    border: none;
    width: 50%;
    cursor: pointer;
    margin-top: 10px;
}

button:hover {
    background-color: #76ef90;
}
