section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.58);
    height: 700px;
    padding: 60px;
    border-radius: 0 0 48px 48px;

}

body {
    background-image: url(back.jpg);
    background-size: cover;
}

h1 {
    color: white;
    font-size: 64px;
    padding: 20px;
    font-weight: 700;
}

input {
    font-weight: 600;
    border-radius: 6px;
    border: none;
    font-size: 36px;
    height: 64px;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.cavab {
    font-size: 36px;
    text-align: center;
    width: 40%;
    background-color: red;
    color: white;
}

.search {
    width: 60%;
    text-align: center;
}