html{
    font-family: Monospace, sans-serif;
    color: white;
}

body {
    width: 100%;
    height: 100vh;
    margin: 0px;
    background-color: black;
    background-image: url(media/back.jpeg);
    background-size: cover;
}

.wrapper {
    position: relative;
  }

#background{
    padding: 5px;
    z-index: -1;
    position: relative;
    color: white;
    font-weight: bold;
    height: 100vh-5px;
    width: 100%-5px;
}

.foreground{
    z-index: 2;
    position: absolute;
    display: flex;
    flex-direction: column;
    background: rgba(74, 109, 226, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.6px);
    -webkit-backdrop-filter: blur(9.6px);
    border-radius: 5px;
}

@media (max-width: 768px) {

    #console{
        z-index: auto;
        transform: translate(-20%, 40%);
    }

    #gif{
        z-index: auto;
        transform: translate(-40%);
    }

    #me{
        z-index: auto;
        transform: translate(-10%, -10%);
    }



}


#console{
    z-index: auto;
    top: 50%;
    left: 30%;
}

#gif{
    z-index: auto;
    top: 40%;
    left: 70%;
}

#me{
    z-index: auto;
    top:10%;
    left:20%;
}

.img{
    width:100%;
    max-width:300px;
    border-radius: 0 0 5px 5px;
}

.foregroundHeader{
    display: flex;
    flex-direction: row;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: smaller;
    background-color:rgba(0, 213, 255, 0.4);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.6px);
    -webkit-backdrop-filter: blur(9.6px);
    border-radius: 5px 5px 0 0;
}


.headerIcons{
    margin-left: auto;
    padding-right: 3px;
}

.headerTitle{
    padding-left: 5px;
}

textarea{
    background: transparent;
    font-family: Monospace, sans-serif;
    font-size: small;
    color: white;
    padding-left: 5px;
}

#output{
    height: 200px;
    width: 650px;
    border: 0px;
    outline: 0px;
}

#input{
    font-family: Monospace, sans-serif;
    font-size: small;
    height: 20px;
    outline: 0px;
    background: transparent;
    border: 0px;
    width: 630px;
    color: white;
    margin-left: -9px;
}

#dollar{
        font-family: Monospace, sans-serif;
    font-size: small;
    margin-left: 3px;
}

pre{
    margin: 0px;
}
