@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto+Mono:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Permanent+Marker&family=Roboto+Mono:wght@500&display=swap');

body, html{
    margin: 0;

}

body{
    background-image: url("./assets/Loading_Screen_Breeze.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

#title{
    /* background-color: lightblue; */
    font-family: 'Pacifico', cursive;
    padding: 20px;
    margin-bottom: 1;
    text-align: center;
    font-size: 30px;
    
}
#projects{
    /* background-color: lightblue; */
    font-family: 'Permanent Marker', cursive;
    padding: 10px;
    margin-bottom: 6vw;
    margin-right: 12vw;
    text-align: center;
    font-size: 20px;
    
}

#topbar{
    /* background-color: lightblue; */
    padding: 20px;
    margin-bottom: 6vw;
    
}

button img{
    width:40px;
    background-color: transparent;
}

button{
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.2);
}

#topButtons{
    /* display: flex; */
    /* flex-direction:row; */
    /* display: inline-block; */
    float: right;
}

.clicked{
    opacity: 0.4;
}

#wrapper {
    text-align: center;
}

footer{
    font-family: 'Pacifico', cursive;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #03bcd8;
    color: black;
    text-align: center;
    /* font-size: 0.9vw; */
    padding: 0.2vw;
}

#div1 {
    display: inline-block;
    width:auto;
    margin-right: 12vw;
    height:auto;

}
#div2 {
    display: inline-block;
    font-family: 'Permanent Marker', cursive;
    font-size: 20px;
    width:auto;
    height:auto;
}

.container div{
    all:unset;
}

.container{
    max-width: 90%;
    margin: 0 auto;
    /* margin-left: 2em; */
    position: relative;
    text-align: center;
}

.container p{
    margin: 0;
    font-size: 1.4em;
    font-weight: 800;
}
.container > div {
    display: inline-block;
    margin-bottom: 20px;
}

.agent{
    border: 2px solid transparent;
    width: 8rem;
    margin: 1px;
}

.agent:hover{
    background: #2ea1fb;
    /* border: 2px dashed black; */
}