calander.css 790 Bytes
.container1{
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.client{
    border: 0px;
    background-color: white;
}

.image{
    width: 32px;
    height: 32px;
}

.search{
    border:0px;
    background-color: white;
}

.logo{
    font-size: 60px;
}

/*selection*/
.container2{
    margin: 50px 0px 70px 0px;
    background-color: blanchedalmond;
}
.selection{
    display: flex;
    list-style: none;
    justify-content: center;
}
.selection li{
    padding: 8px 16px;
}

.select a{
    color: black;
    text-decoration: none;
}
.selection li:hover{
    padding: 8px 16px;
    background-color: burlywood ;
}

.row{
    display:flex;
    justify-content: space-evenly;
}

img[class^="selection"]{
    width: 150px;
    height: 150px;
    padding: 100px;
}