@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Ubuntu+Mono&family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap');


* {
    margin: 0;
    padding: 0
}


body {
    background-color: rgb(0, 0, 0);
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #151515;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
  

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: 'Roboto Mono', monospace;
}
  

.sidenav a:hover {
    color: #525252;
}
  

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


ul {
    position: fixed;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000000;
}


.btn {
    padding-left: 30px;
    color: #ffffff;
    transition: 0.3s;
}
  

.btn:hover {
    color: #4f4f4f;
    transition: 0.3s;
}


@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


.header {
    font-family: 'Ubuntu', sans-serif;
    padding: 130px;
    text-align: right;
    background-image: url("https://i.ibb.co/ynqV2zc/pattern-cross-section-1-3-0-0-0-1-002857-42628a.png");
    color: white;
    font-size: 50px;
}


.head1 p {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 130px;
    font-size: 40px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-family: 'Ubuntu Mono', monospace;
}


.paragraph1 p {
    max-width: 500px;
    padding-left: 130px;
    text-align: left;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-family: 'Ubuntu', sans-serif;
}


.footer {
    left: 0;
    padding-top: 50px;
    bottom: 0;
    width: 100%;
    background-color: rgb(0, 0, 0);
}


.img {
    padding-right: 50px;
    float: right;
}


.logo h1 {
    padding-top: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 150px;
    color: white;
}


.logo button {
    display:block; 
    margin: 0 auto;
    font-size: 30px;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-right: 30px;
    border: white 3px solid;
    color: white;
    background-color: #000000;
    text-align: center;
    font-family: 'Ubuntu Mono', monospace;
}


.logo p {
    float: left;
    position: relative;
    left: 31%;
    padding-left: 20px;
}


.logo a {
    text-decoration: none;
    color: white;
}


.setup h1 {
    padding-top: 150px;
    padding-left: 40px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 80px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}


.setup p {
    padding-left: 40px;
    padding-bottom: 60px;
    max-width: 400px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}


.setup .p1 {
    max-width: 630px;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 60px;
    text-align: left;
    font-size: 25px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(43, 162, 175);
}


.code1 pre {
    padding-top: 30px;
    border: 3px solid rgb(107, 240, 255);
    padding-left: 100px;
    font-size: 20px;
    font-family: 'IBM Plex Mono', monospace;
    color: rgb(107, 240, 255);
}


.config-info p {
    max-width: 550px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 150px;
    color: white;
    font-family: 'Roboto Mono', monospace;
    font-size: 17px;
}


.cmd {
    background-color: white;
    color: white
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;

}


.commands-1 h1 {
    padding-top: 20vh;
    font-family: 'Roboto Mono', monospace;
    color: whitesmoke;
    font-size: 60px;
    font-weight: 500;
    padding-left: 40px;
    padding-bottom: 40px;
}


.commands-1 p {
    font-family: 'Roboto Mono', monospace;
    color: whitesmoke;
    font-size: 20px;
    font-weight: 500;
    padding-left: 40px;
}



@media screen and (max-width: 600px) {
    .header {
        font-family: 'Ubuntu', sans-serif;
        padding: 130px;
        text-align: right;
        background-image: url("https://i.ibb.co/ynqV2zc/pattern-cross-section-1-3-0-0-0-1-002857-42628a.png");
        color: white;
        font-size: 29px;
    }

    .head1 p {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        font-size: 40px;
        text-align: left;
        color: rgb(255, 255, 255);
        font-family: 'Ubuntu Mono', monospace;
    }

    .paragraph1 p {
        max-width: 500px;
        padding-left: 20px;
        text-align: left;
        font-size: 18px;
        color: rgb(255, 255, 255);
        font-family: 'Work Sans', sans-serif;
    }

    .logo h1 {
        padding-top: 150px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        text-align: center;
        font-size: 83px;
        color: white;
    }
    
    
    .logo button {
        display:block; 
        margin: 0 auto;
        font-size: 15px;
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 10px;
        padding-right: 15px;
        border: white 3px solid;
        color: white;
        background-color: #000000;
        text-align: center;
        font-family: 'Ubuntu Mono', monospace;
    }
    

    .logo p {
        float: left;
        position: relative;
        left: 12%;
        padding-left: 20px;
    }


    
    .logo a {
        text-decoration: none;
        color: white;
    }
    
    
    .setup h1 {
        padding-top: 150px;
        padding-left: 40px;
        padding-bottom: 20px;
        text-align: left;
        font-size: 50px;
        font-weight: 500;
        font-family: Arial, Helvetica, sans-serif;
        color: white;
    }
    
    
    .setup p {
        padding-left: 40px;
        padding-bottom: 60px;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        font-family: Arial, Helvetica, sans-serif;
        color: white;
    }
    
    
    .setup .p1 {
        max-width: 630px;
        padding-top: 10px;
        padding-left: 40px;
        padding-bottom: 60px;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        font-family: Arial, Helvetica, sans-serif;
        color: rgb(43, 162, 175);
    }
    
    
    .code1 pre {
        padding-top: 30px;
        border: 3px solid rgb(107, 240, 255);
        padding-left: 18px;
        font-size: 11px;
        font-family: 'IBM Plex Mono', monospace;
        color: rgb(107, 240, 255);
    }
    
    
    .config-info p {
        max-width: 300px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 20px;
        color: white;
        font-family: 'Roboto Mono', monospace;
        font-size: 15px;
    }


    .commands-1 h1 {
        padding-top: 20vh;
        font-family: 'Roboto Mono', monospace;
        color: whitesmoke;
        font-size: 40px;
        font-weight: 500;
        padding-left: 40px;
        padding-bottom: 40px;
    }
    
    
    .commands-1 p {
        font-family: 'Roboto Mono', monospace;
        color: whitesmoke;
        font-size: 20px;
        font-weight: 500;
        padding-left: 40px;
    }
}
