@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Roboto", sans-serif; font-weight: 400;
    display: flex;
    height: 100%;
}

h1,h2{
    font-family: "Roboto", sans-serif; font-weight: 900;
}







#main{
    width: 100%;
}

#topdown{
    
}

#sidebar{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(189, 212, 242);
}

#topbar{
    height: 4vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#mic{
    font-size: 1.5em;    
}



.icon{
    padding: 0.4em;
    margin: 0.2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.icon:hover{
    color: rgb(0, 94, 255);
}

.icon p{
    margin: 0;
    font-size: 0.7em;
}

.icon ion-icon{
    font-size: 2em;
}




.icontop{
    display: flex;
    cursor: pointer;
}

.icontop:hover{
     color: rgb(197, 71, 71);
}

.icontop ion-icon{
    font-size: 1.5em;
    padding-left: 0.2em;
    padding-right: 0.2em;
}



.bold{
    font-family: "Roboto", sans-serif; font-weight: 700;
}

.text {
   margin-left: 10px;
}

.rule{
    display: flex;
    flex-wrap: nowrap;
}

.block{
    display: block;
}

.input{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.topflex{
    display: flex;
    height: 70%;
}




.Highlight{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.box{
    display: flex;
}

.thumbnail{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}



.des{
    display: flex;
    align-items: top;
    max-height: 40px;
}

.image{
    max-width: 400px;
}


.pin{
    max-width: 30px;
    margin: 5px;
}