/*DESKTOP*/
/*DESKTOP*/
/*DESKTOP*/
@media (min-width: 801px){
header {
    border: 2px solid black;
    text-align: left;
    padding: 10px;
    left: 0;
    color: white;
    background-image: url(./work/bgt.jpg);
    background-size:cover;
    min-height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
button#changeStylesButton {
    position: fixed;
    top: 10px; 
    right: 10px; 
    z-index: 1000; 
    padding: 10px 20px; 
    background-color: rgb(255, 157,90, .6); 
    color: white; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer;
    }
    button#changeStylesButton:hover {
        background-image: url(./work/imcryingandihateeverythingandimcrying.jpg);
        color: black; 
        background-size: cover; 
    }
.sidebar {
    position: fixed;
     border: 1px solid hsl(0, 0%, 0%);
     width: 29vw;
     top: 126px;
     height: 85vh;
     color: rgb(254, 251, 251);
     text-decoration: none;
     font-size:1.3rem;
     overflow-y: auto;
     z-index: 1;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     background-color: rgba(14, 106, 155, 0.8);
    
 }

 .content {
    margin-left: 30vw;
    padding: 20px;
    margin-top: 00px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: rgb(0, 0, 0);
    background-color: pink;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 2rem;
}
body {
    background-image: url(/patt.jpg);
    background-size: 100px;
    background-repeat: repeat;
    
}
a{
    text-decoration: none;
    color: inherit;
}
h3 {
    color: rgb(0, 255, 26);
    font-family: papyrus;
    font-style: bold;
}
}
/*MOBILE*/
/*MOBILE*/
/*MOBILE*/
/*MOBILE*/
/*MOBILE*/
@media (min-width: 0) and (max-width: 800px) {
    body {
        background-image: url(/patt.jpg);
        overflow-x: hidden;
        margin: 0;
        padding: 0;
        background-repeat: repeat;
        background-size: contain;
    }
    h3 {
        color: rgb(255, 157, 0);
        font-family: papyrus;
        font-style: bold;
    }   
    header {
        border: 2px solid black;
        text-align: left;
        padding: 10px;
        margin: 0 auto;
        color: rgb(0, 0, 0);
        background-image: url(./work/bgt.jpg);
        background-position: 60%;
        min-height: 50px;
        width: 100%;
        box-sizing: border-box;
        font-family: Arial, Helvetica, sans-serif;
    }
    .sidebar {
        position: relative;
        border: 2px solid hsl(0, 0%, 0%);
        margin: 0 auto;
        width: 100%;
        height: 10%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        background-color: rgba(14, 106, 155, 0.8);
        color: rgb(254, 251, 251);
        box-sizing: border-box;
    }
    .content {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        background-color: rgba(255, 192, 203, 0.7);
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 10px;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }
    
    
    .content img{
        max-width: 200px;
        min-width: 50px;
    }

     a{
     text-decoration: none;
     color: inherit;
}
button#changeStylesButton {
    position: fixed;
    top: 0px; 
    right: 0px; 
    z-index: 1000; 
    padding: 10px 20px; 
    background-color: rgb(255, 157,90, .6); 
    color: white; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer;
}
}