html, body {
height: 100%;
background-color: #d4e3ee;
}
body {
max-width: 1200px;
margin: auto;
font-family: Tahoma;
font-size: 17px;
}
.body-margin {
padding: 60px 20px;
}
.content {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
}
.btn {
background-color: #333333;
color: #ffffff;
padding: 10px 20px;
border-radius: 50px;
text-decoration: none;
border: 1px solid #333333;
}
.btn:hover {
background-color: #ffffff;
color: #333333;
border: 1px solid #000000;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 22px;
}
.erfa-logo {
position: fixed;
top: 0px;
left: 0px;
height: 85px;
width: auto;
}
.projekt-tabla {
border: 1px solid #DEDEDE;
width: 100%;
}
.footer {
text-align: center;
padding-bottom: 20px;
font-size: 16px;
}
.fixed {
position: fixed;
top: 0px;
left: 0px;
}
@media screen and (max-width: 600px) {
body {
font-size: 15px;
}
h1 {
font-size: 18px;
}
h2 {
font-size: 17px;
}
.tevekenysegek-img {
width: 100%;
}
.footer {
font-size: 14px;
}
}