/* CSS Document */
header{
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px;
}

.header_right a{
color:black;
}

a{
text-decoration:none;
}

li{
list-style:none;
}

@media screen and (max-width: 767px) {

header{
display: flex;
align-items: center;
justify-content: space-between;
}

header img{
width:200px;
}

header a{
font-size: 12px;
}


}
