html {
    background-color: #082037;
    color: white;
}

.wrapper {
    margin: 0 auto;
    max-width: 800px;
}

h1 {
    text-align: center;
}

h2 {
    margin: 30px 0 10px 0;
}

form {
    margin-bottom: 10px;
}

label {
    margin-right: 5px;
    position: relative;
}

input {
    border: 2px solid #FF008C;
    border-radius: 3px;
    caret-color: #FF008C;
    margin-right: 10px;
}

button {
    background-color: #FF008C;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    font-family: "Tamil MN";
    font-size: 16px;
    cursor: pointer;
}

details {
    display: inline;
}

details > summary {
    cursor: pointer;
    list-style: none;
}

details > p {
    position: absolute;
    background-color: #FF008C;
    z-index: 5;
    padding: 10px 15px;
    width: 200px;
    border-radius: 3px;
}
