File size: 151 Bytes
5cf88b7
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
.logo_area {
  display: flex;
  justify-content: center;
}

.logo_area img {
  margin-top: -20px;
  margin-left: 0px auto;
  width: 149px;
}