
body{
    margin:0;
    padding:0;
    overflow:hidden;
    width:100%;
    height:calc(100vh - 100px);
}
*{
    font-family: Arial, Helvetica, sans-serif;
}
.log_in_btn{
    justify-self: center;
    align-self: center;
    border-radius: 25%;
    border: solid 3px;
    border-color: #ffffff;
    grid-column:6;
    width: 50px;
    height: 50px;
}
#logo{
    left:0;
    height:100px;
}
header form{
    align-self: center;
    grid-column: 4;
}
.search_div{
    grid-column: 7;
    height:60px;
    width:100%;
    display: flex;
    flex-direction:row;
    background-color:white;
    border-radius:50px;
    grid-column: 4;
}
.search_div input{
    border:1px rgb(184, 184, 184);
    border-radius:50px 0 0 50px;
    width:90%;
    font-size:25px;
    padding-left: 25px;
    outline: none;
}
.search_div img{
    height:30px;
    width:10%;
    margin-top:15px;
}
.menu_button{
    fill: white;
    height:50px;
    width:50px;
    margin-top:auto;
    margin-bottom:auto;
    margin-right: 50px;
    justify-self:right;
}
.menu_button:hover{
    fill: grey;
}

.content{
    height:100%;
}

.clickable:hover{
    cursor:pointer;
}
.column{
    display:flex;
    flex-direction:column;
}

#slider{
    width:100%;
}