* {
    margin: 0;
    padding: 0;
    color: black;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.main-page-link {
    padding: 20px 60px 20px 60px;
    position: absolute;
    border: 2px solid black;
    left: 50px;
    top: 25px;
    font-size: 20px;
    background-color: #286b94;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    transition: 0.5s;
}


#scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #45A8A2;
    color: white;
    border: none;
    padding: 12px 18px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50px; 
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: none; 
}

#scrollToTop:hover {
    background-color: #cfc5a9; 
    transform: scale(1.1); 
}




.toc {
    width: 17%;
    height: 75%;
    background-color: #286b94;
    border-radius: 0px 0px 40px 40px;
    box-shadow: 0px 5px 10px 0px #1CD6CA;
    border-bottom: 1px solid #A7E8DF;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    text-align: center;
}


.toc ul {
    list-style-type: none;
    padding: 0;
}

.toc li {
    margin: 5px 0;
}

.toc a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    font-size: 24px;
}

.toc a:hover {
    color: #cfc5a9;
}




.main-page-link:hover {
    transition: 0.5s;
    background-color: #cfc5a9;
    box-shadow: 6px 10px 10px 2px #474745;
    top: 20px;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url("kepek/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.cimtitle {
    width: 800px;
    background-color: #45A8A2;
    border-radius: 0px 0px 40px 40px;
    box-shadow: 0px 5px 10px 0px #1CD6CA;
    border-bottom: 1px solid #A7E8DF;
    margin: 0 auto;
}
.cim-text {
    color: white;
    font-family: cursive;
    font-size: 50px;
    font-weight: 1000;
    text-align: center;
}

.title {
    width: 100%;
    background-color: #45A8A2;
    border-radius: 0px 0px 40px 40px;
    box-shadow: 0px 5px 10px 0px #1CD6CA;
    border-bottom: 1px solid #A7E8DF;
}
.title-text {
    color: white;
    font-family: cursive;
    font-size: 36px;
    font-weight: 1000;
}

.sub-text-2 {
    color: white;
    font-family:cursive;
    font-size: 24px;
}

.ip {
    position: relative;
    margin: 10px;
    width: 79%;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.ip-sub {
    margin: 10px 10px;
    text-align: left;
}

.szolg {
    position: relative;
    margin: 10px;
    width: 80%;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.szolg-sub {
    margin: 10px 10px;
    text-align: left;
}

.vezerlo {
    position: relative;
    margin: 10px;
    width: 83%;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.vezerlo-sub {
    margin: 10px 10px;
    text-align: left;
}

.mmc {
    position: relative;
    margin: 10px;
    width: 80%;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.mmc-sub {
    margin: 10px 10px;
    text-align: left;
}

.dhcp {
    position: relative;
    margin: 10px;
    width: 83%;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.dhcp-sub {
    margin: 10px 10px;
    text-align: left;
}

.dns {
    position: relative;
    margin: 10px;
    width: 83%;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.dns-sub {
    margin: 10px 10px;
    text-align: left;
}

.tar {
    position: relative;
    margin: 10px;
    width: 85%;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.tar-sub {
    margin: 10px 10px;
    text-align: left;
}


.hasz {
    position: relative;
    margin: 10px;
    width: 93%;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.hasz-sub {
    margin: 10px 10px;
    text-align: left;
}

.object {
    position: relative;
    margin: 10px;
    width: 83%;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.object-sub {
    margin: 10px 10px;
    text-align: left;
}