* {
    margin: 0;
}
html {
    scroll-behavior: smooth;
}
header{
    text-align: center;
    font-family: monospace;
    font-size: 25px;
  
}
li{
    list-style-type: none;
    display: inline;
    margin-right: 20px;
}
a{
    color: #000000;
    text-decoration-line: none;
    padding: 10px;
    
}
a:hover{
    font-weight: 900;
    /* background-color: rgb(20, 64, 131); */
    color: rgb(41, 84, 184);
   font-size: 30px;

}
body{
    background-color: rgb(255, 255, 255);
    width: 100%;
    font-family: monospace
    }
h1 {
    text-align: center;
        background-color: rgb(208, 223, 239);
       padding-top: 20px;
       padding-bottom: 5px;
       width: auto;
       margin-left: -37px;
       margin-top: -8px;
}
nav {
    padding-left: 30px;
height: 75px;
}

nav ul li {
    display: inline-block;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    word-spacing: 20px;
    font-size: 25px;
}

nav ul li a {
    color: teal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8em;
}
nav img {
    margin-top: -10px;
    height: 55px;


}
article{
    background-color: rgb(205, 216, 235);
    margin-left: -10px;
    font-family: monospace
}
/* Slideshow container */
.slideshow-container {
    max-width: 750px;
    position: relative;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 20px;
   
    /* background-color:rgb(213, 231, 181) ; */
}

/* Hide the images by default */
.mySlides {
    
    text-align: center;
   /* margin-left: -10px; */
   
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #000000;
    font-size: 12px;
    padding: 8px 25px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
} */

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 2.5s;
    
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
#me{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 30px;
    
}
.myimg img{
    
    padding-bottom: 50px;
   height: 300px;
    border-radius: 100%;
    width: auto;
text-align: center;
    
  
   
}

.mytext{
    text-align: center;
    color: #000000;
    height: 100px;
    font-size: 25px;
    font-family: monospace;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bolder;
}
p{
    font-size: 17px;
 padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
section{
    padding-top: 20px;
    padding-bottom: 40px;
    font-family: monospace;
    
}

section button{
    text-align: center;
        height: 100px;
        width: 180px;
        background-color: rgb(220, 228, 240);
        border-radius: 8px;
        margin-bottom: 20px;
        box-shadow: rgb(76, 83, 189) 5px 5px 5px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        font-size: 18px;
    
font-family: monospace;

}
section button:hover{
    background-color: rgb(251, 225, 225);
    font-size: 19px;
    font-family: monospace;
    font-weight: bold;
    padding: 0px;
}
#project{
    text-align: center;
        margin-top:150px;
        margin-bottom: 100px;
        font-size: 30px;
}
.myill{
    text-align: center;
}
.myill a{
    text-decoration: none;
    color: #000000;
    padding: 0px;
    font-size: 18px;

}
.myill a:hover{
    text-decoration: none;
    color: #000000;
    font-size: 19px;

}
#contact{
    text-align: center;
        margin-top: 100px;
        margin-bottom: 20px;
        font-size: 30px;
        height: 150px;
}
.mynum{
    text-align: center;
    font-size: 25px;
   height: 150px;
   
 
}
#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: rgb(255, 240, 110);
    /* Set a background color */
    color: rgb(0, 0, 0);
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#myBtn:hover {
    background-color: #c6c7ff;
    /* Add a dark-grey background on hover */
}

#typedtext{
    color: rgb(0, 0, 0);
    font-size: 17px;
    font-family: monospace;
    text-align: center;
padding-left: 30px;
    padding-right: 30px;
}
footer{
    text-align: center;
    font-size: 10px;
    height: 40px;
    padding-top: 15px;
}