@charset "utf-8";

body{

    padding-top:120px;
    background-color: aliceblue;
}

p{
    line-height: 1.5;
    font-size: 15px; 
    margin-left: 5px;
}

p1{
    color:#36a93b;
    font-size: xx-large;
}

hr{
    background-color:crimson;
    width:100%;
    height: 3px;
    border: none;

}

.ban{
    display: flex;
    align-items: flex-start;

}

.top{
    position: fixed;
    background-color: aliceblue;
    width:100%;
    display:flex;  
    top: 0px;
    img{
        position:relative;
        top:15px;
        left:10px;
        width:60px;
        height:50px;
   
      }
}

.path{
    position: fixed;
    width:100%;
    top: 70px;
    background-color: aliceblue;
}
warn{
    color:rgb(44, 42, 190);
    font-size:20px;
}

