body{
    
    display: flex;
    width: 66% ;
    justify-self: center;
    flex-direction: column;
}


.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
#loc{
    color: blue;
}

.both{
    display: flex;
}

#icon{
    background-color: blue;
    border-radius: 25%;
    width: 30px;
    height: 30px;
}
.location{
    margin-left: 10px;
    line-height: .1px;
}
.profile{
    background-color: rgb(92, 92, 92);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    
}
#search{
    border-radius: 8px;
    width: 95%;
    margin-left: 6px;
    margin-bottom: 20px;
    
}
.adv1{
    background-color: blue;
    width: 100%;
    height: 350px;
  
}

.adv2{
    margin-top: 50px;
    margin-left: 50px;
}

.advcards{
    display: flex;
    justify-content: center;
    margin: 5px;
    align-items: end;

    
    
}
#advcd{
    display: flex;
    margin-right: 5px;

justify-content: space-between;
    width: 90%;
    
    height: 90%;
}

#image{
    width: 100%;
    border-radius: 10px;

}

.cardsline1{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-left: 3px;
    

}
.cardsline3{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-left: 5px;

}
.cardsline4{
    margin-top: 20px;
    display: flex;
    margin-left: 5px;

}

.card{
    
    width: 12%;
    height: 200px;
    line-height: .1px;
    margin-right: 15px;

}
#time{
    color: gray;
}
#gray{
    color: gray;
}
p{
    font-weight: bold;
    font-size: small;
}
#screen{
    width: 100%;
    height: 245px;
}