
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    color: whitesmoke;
    background-image: url('kezdolap.jpg');
    background-position: center;
    background-size: cover;
    height: auto;    
    min-height: 100vh;
}


header {
    background-color: #1a1a1a;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header{
    font-size: 15px;
    font-weight: bold;
    color: whitesmoke;
}

.logo{   
  height: 45px;
  width: auto;
  object-fit: contain;

}

nav a {
    color: whitesmoke;
    text-decoration: none;
    margin-left: 20px;
    font-weight: bold;
}

nav a:hover {
    color: #aaa;
}


.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: calc(100vh - 60px);
    margin-top: -300px;
    padding: 40px;
    text-align: right;    
    min-height: 100vh;
}

.main-content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.main-content p {
    font-size: 20px;
    max-width: 600px;
    margin-top: 20px;
    line-height: 1.6;
}

.discord-button {
    position: absolute;
    left: 70px;
    top: 230px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.discord-button:hover {
    background-color: #ddd;
}

h1{
    text-align: center;
}

a{
    color: black;
}

p{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(255, 255, 255);
}

footer {
    background-color: #1a1a1a; 
    color: #ffffff; 
    text-align: center;
    padding: 40px 20px 20px 20px;
    font-size: 14px;
    line-height: 1.6;
}

footer a {
    color: #ffffff; 
    text-decoration: none;
    font-weight: 500;
}

footer a:hover {
    text-decoration: underline;
}

footer .footer-divider {
    margin: 20px auto;
    width: 90%;
    border-top: 1px solid #ffffff;
}

footer .copyright {
    font-size: 13px;
    color: #fff5f5;
    margin-top: 10px;
}

.tervanaala{
    width: 50%;
    margin-left: auto;
    margin-right: 0;
}

.ip{
    padding-top: 50px;
    margin: 90px;    
}

.connect{
    width: 600px;
    padding: 200px;
    margin-top: -300px;
}