@charset "utf-8";
header ol {
    list-style-type: none;
}
body {
    background-color: #F9F9FB;
    width: 100%;
}
header ol li {
    display: inline-block;
}

header ol li a img {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
header {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 60px;
}
.p {
    color: #020202;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 23px;
    background-color: #7E7E7E;
}
