



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    background-color: rgb(206, 0, 58);
    
}

.nav-options {
    display: flex;
    flex-wrap: wrap;
}

.code-log {
    font-size: 2em;
    font-weight: bolder;
    font-family: sans-serif;
    margin-left: 1em;
    margin-top: 1.0em;
    color: rgb(0, 242, 255);
}

.options {
    display: flex;
    margin: 1em 1em;
    text-decoration: none;
    list-style: none;
    margin-left: auto;
    font-size: 1.125em;
    list-style: none;
    
}

.li-items {
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0.5em 1em;
    list-style: none;
   
}

.li-items:hover {
    color: rgb(168, 168, 168);
    
}

.start-home {
    font-size: 1.5625em;
    font-family: sans-serif;
    font-weight: bold;
    margin-left: 2.8125em;
    margin-top: 5.375em;
    color: white;
}

#Brand-name {
    color: rgb(0, 255, 217);
}

.Logo-motivate {
    width: 80vw;
    max-width: 500px;
    height: auto;
    margin: -5em auto 0;
    border-radius: 50%;
    border: 1px solid black;
    box-shadow: 5px 5px 5px rgba(144, 105, 104, 0.5);
    margin-left: 65%;
}

p {
    font-size: 1em;
    color: white;
    font-weight: 400;
    font-family: sans-serif;
    margin-top: -25.1875em;
    margin-left: 0.625em;
}

.buttons {
    display: flex;
    justify-content: center;
    margin: 1.25em 0;
    margin-right: 50%;
}

.get-start {
    /* color: rgb(0, 0, 0);
    padding: 0.625em 1.25em;
    background-color: rgb(0, 255, 8);
    border-radius: 0.625em;
    text-align: center; */
    padding:  0.625em 1.25em;
    background-color: yellow;
    border: 1px solid black;
    border-radius: 7px;
   
    
}

.get-start:hover {
    background-color: rgb(170, 176, 0);
}



@media screen and (max-width: 768px) {
    .nav-options {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .code-log {
        margin-left: 0;
        margin-top: 1em;
        text-align: center;
    }

    .options {
        margin-left: 0;
        flex-direction: column;
        align-items: center;
        
    }

    .li-items {
        text-align: center;
        margin: 0.5em 0;
        list-style: none;
        text-decoration: none;
    }

    .start-home {
        margin-left: 0;
        text-align: center;
        margin-top: 30px;
    }

    .Logo-motivate {
        margin-left: 0;
        margin-top: 1em;
        margin-left: 50px;
    }

    p {
        margin-top: 2em;
        text-align: center;
    }

    .buttons {
        margin-left: 150px;
        /* padding: 0.625em 1.25em; */
        
        flex-direction: column;
    }

    .get-start {
        margin-top:-1.5em;
        padding-right: 5px;
        padding-left: 5px;
        width: 100px;
    }
}

@media screen and (orientation: portrait) {
    .nav-options {
        display: contents;
    }

    .li-items {
        text-align: center;
        margin: 0;
        padding: 0.5em;
        width: 100%;
    }

    .code-log {
        margin-left: 0;
        text-align: center;
    }

    /* .Logo-motivate {
        background-image: url("https://i.ibb.co/0DnQN34/code-6127616-1920.png");
    } */

    p {
        margin-top: 1em;
        text-align: center;
    }
    
}
