* {
    margin: 0;
    padding: 0;
    color: black;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


#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: 50%;
    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 {
    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;
}
.main-page-link:hover {
    transition: 0.5s;
    background-color: #cfc5a9;
    box-shadow: 6px 10px 10px 2px #474745;
    top: 20px;
}

.chmod-link {
    padding: 20px 60px 20px 60px;
    position: absolute;
    border: 2px solid black;
    left: 250px;
    top: 25px;
    font-size: 20px;
    background-color: #286b94;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    transition: 0.5s;
}
.chmod-link:hover {
    transition: 0.5s;
    background-color: #cfc5a9;
    box-shadow: 6px 10px 10px 2px #474745;
    top: 20px;
}

.commands-link {
    padding: 20px 60px 20px 60px;
    position: absolute;
    border: 2px solid black;
    left: 50px;
    top: 125px;
    font-size: 20px;
    background-color: #e6b03c;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    transition: 0.5s;
}
.commands-link:hover {
    transition: 0.5s;
    background-color: #cfc5a9;
    box-shadow: 6px 10px 10px 2px #474745;
    top: 120px;
}

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;
}

h1 {
    text-align: center;
    font-style: bold;
    color: white;
}
h2 {
    font-size: 35px;
    font-style: bold;
    color: white;
    margin-top: 30px;
}
h3 {
    font-style: italic;
    color: white;
    margin-top: 5px;
}
p {
    color: white;
}
.parancs {
    position: relative;
    margin: 10px;
    width: 1500px;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.parancs-sub {
    margin: 10px 10px;
    text-align: left;
}
.sub-text-2 {
    color: white;
    font-family:cursive;
    font-size: 24px;
}
.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;

}

.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;
}

.jog {
    position: relative;
    margin: 10px;
    width: 1500px;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.jog-sub {
    margin: 10px 10px;
    text-align: left;
}
.samba {
    position: relative;
    margin: 10px;
    width: 1500px;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.samba-sub {
    margin: 10px 10px;
    text-align: left;
}
.dhcp {
    position: relative;
    margin: 10px;
    width: 1500px;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.dhcp-sub {
    margin: 10px 10px;
    text-align: left;
}
.szerkezet {
    position: relative;
    margin: 10px;
    width: 1500px;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.szerkezet-sub {
    margin: 10px 10px;
    text-align: left;
}

.acl {
    position: relative;
    margin: 10px;
    width: 1500px;
    height: auto;
    background-color: #0d516e;
    text-align: center;
    transition: 0.5s;
}
.acl-sub {
    margin: 10px 10px;
    text-align: left;
}