@import 'footer/footer.css';
@import 'nav/nav.css';

 @font-face {
	 font-family: Roboto;
	 src: url('font/fonts/roboto/Roboto-Regular.ttf');
}
 @font-face {
	 font-family: RobotoLight;
	 src: url('font/fonts/roboto/Roboto-Light.ttf');
}
 html {
	 font: 62.5%;
	 min-height: 100vh;
}
 * {
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
}

 body .container {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 width: 100%;
	 height: auto;
	 font-family: Roboto;
}
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background: #f9f9f9;
    	 background-color: white;
    	 display: flex;
    	 flex-direction: column;
    }
}

.container {
    padding: 20px;
    max-width: 800px;
    margin: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.first-container {
    text-align: center;
    margin-bottom: 20px;
}

.contact-title h1 {
    font-size: 2em;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.uzenetkuldes {
    margin-bottom: 20px;
}

.arajanlat-title {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.contact-form {
    max-width: 600px;
    margin: auto;
}

.contact-form span {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.contact-form button {
    width: 100%;
    padding: 10px;
    border: none;
    background: #333;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.contact-form button:hover {
    background: #555;
}

.end-info {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.end-info span {
    display: block;
    margin-bottom: 5px;
}
