
body {
    background-color: #222222;
}

.container {
    background-color: #222222;
    width: 100%;
    margin: 0;
    padding-top: 20px;
    text-align: center;
    min-height: 100vh;
    color: white;
}

h1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    color: white;
    width: 94%;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: left;
    margin-left: 3%;
}

.mail {
    width: 94%;
    margin-left: 3%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mail a {
    text-decoration: none;
    color: white;
}

.mail img {
    width: 30px;
    height: auto;
    margin-right: 5px;
}

.wp {
    background-color: rgb(3, 252, 36);
    padding: 10px 25px;
    text-decoration: none;
    font-weight: bold;
    box-sizing: border-box;
}

.sekil {
    width: 96%;
    height: auto;
    margin-top: 50px;
}

span {
    color: red;
    font-style: italic;
    text-decoration: underline;
}

footer {
	width: 100%;
	height: 80px;
    padding: 5px;
    box-sizing: border-box;
	text-align: center;
	font-size: 0.9em;
	font-family: 'Poppins', sans-serif;
    position: fixed;
    bottom: 50px;
}

footer a {
	color: rgb(200, 200, 200);
}

@media screen and (min-width: 800px) {

    .container {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .sekil {
        width: 700px;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }

    footer {
        width: 1000px;
        margin: 0;
        padding: 0;
    }

}