@charset "utf-8";

body {
    background-color:azure;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    font-style: normal;
    
}
h1{
    color: rgb(59, 46, 47);
    text-align: center
}

h2{
    color: rgb(160, 0, 0);
    text-align: center
}

h3{
    color: rgb(59, 46, 47);
    text-align: center
}

p{
    font-size: medium;
    color: rgb(160, 0, 0);
    text-align: center

}

ul{font-size: 20px;
    color: rgb(59, 46, 47);
    padding-right: 15%;
    padding-left: 15%;
}