@charset "utf-8";
header ol li a img {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
body {
    background-color: #FBFBFD;
    width: 100%;
}
header ol {
    list-style-type: none;
    display: inline-block;
}
header ol li {
    display: inline-block;
}
header {
    text-align: center;
    position: absolute;
    top: 40px;
    width: 100%;
}
header p  {
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    background-color: #3C3C3C;
}

header ol li a img:hover{transform: scale(1.5)}
