* {
    box-sizing: border-box;
}
body { font-family: serif;
color: rgb(255, 255, 255);
background-color: #eb5e28;
background: linear-gradient(to bottom, #e67e22, #d35400);}
.hobbies {align-content: center;
    background-color: #252422;
    width:90%;
    max-width: 1000px;
    min-height: 180px;
    border-radius:48px; 
    padding: 20px;
    margin: 7px auto;}
.title {margin: 0px auto;}
.football{background-color: #252422;
    width: 45%;
    min-height: 260px;
    border-radius:48px; 
    padding: 40px;}
.scientificmovies{ background-color: #252422;
    width: 45%;
    min-height: 260px;
    border-radius:48px; 
    padding: 40px;}
h1 {
    text-align: center;
    font-family: sans-serif;
    text-transform: uppercase;}
p { text-align: center; 
    font-family: sans-serif;
line-height: 1.6;}
img.football { display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius:50%;
    object-fit: cover;
    aspect-ratio: 1 / 1;}
img.scientificmovie { display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius:50%;
    aspect-ratio: 1 / 1;}
.container { display: flex;
    justify-content: space-around;
    margin-top: 20px;}
.row { display: flex;
    justify-content: space-around;
    margin-top: 22px;}
.box { flex: 1;
    padding: 17px;
    margin-left: 80px;
flex-direction: column;
justify-content: space-between;}
h3 { text-align: center;
    font-family: sans-serif;
    font-size: 24px;
    color: black;}
.feedback-section {width: 90%;
    max-width: 600px;
    margin: 50px auto;
    text-align: center;}
.feedback-form {display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #252422;
    padding: 30px;
    border-radius: 24px;}
.feedback-form input,.feedback-form textarea{padding: 12px;
    border-radius: 8px;
    border: none;
    font-family: sans-serif;}
.feedback-form textarea {height: 100px;
    resize: vertical;}
.feedback-form button {    padding: 15px;
    background-color: #e67e22;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;}
.feedback-form button:hover {
    background-color: #d35400;}