@media (min-width: 600px) {

html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    background-color: #edede9;
}
#wrapper{
    
    display: flex;
    
    align-items: center;
    flex-direction: column;
    
}


#gifContainer{
     display: flex;
     
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    height: 100%;
   
}
#navbar{
    display: flex;
    align-items: center;
    justify-content: space-around;  
    background-color: #f5ebe0;
    border-radius: 10px;
    border-style: solid;
    border-width: 3px;
    border-color: #d6ccc2;
    position: fixed;
    width: 100%;
    height: 5%;
    margin: 0 auto;
    top: 0;
    left: 0;
}
p, h1{
    color:#4368fe;
}
input{
    background-color: #f5ebe0;
    border-radius: 5px;
    border-style: solid;
    border-width: 3px;
    padding: 5px;
    border-color: #d6ccc2;
    color:#000000;
    
}
input:hover{
    background-color: #e3d5ca;
}
#textContainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 100px;
}

.textDiv{
    width: 60%;
    
    
    
    background-color: #f5ebe0;
    border-radius: 10px;
    border-style: solid;
    border-width: 3px;
    border-color: #d6ccc2;
    margin-top: 50px;
    
}

}
@media (max-width: 600px) {



#navbar{
    display: none;
}
}
html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    background-color: #edede9;
}
#wrapper{
    
    display: flex;
    
    align-items: center;
    flex-direction: column;
    
}


#gifContainer{
     display: flex;
     
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    height: 100%;
   
}
img{
    width: 60%;
}
p, h1{
    color:#000000;
}
input{
    background-color: #f5ebe0;
    border-radius: 5px;
    border-style: solid;
    border-width: 3px;
    padding: 5px;
    border-color: #d6ccc2;
    color:#000000;
    
}
input:hover{
    background-color: #e3d5ca;
}
#textContainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 100px;
}

.textDiv{
    width: 60%;
    
    
    
    background-color: #f5ebe0;
    border-radius: 10px;
    border-style: solid;
    border-width: 3px;
    border-color: #d6ccc2;
    margin-top: 50px;
    
}
