@charset "utf-8";
body{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
h1{
    font-size: 50px;
    margin-bottom: 50px;
    white-space: nowrap;
    text-align: center;
    line-height: 1.7;
}
.codes{
    display: flex;
    font-size: 30px;
    margin-top: 50px;
}
.codeses{
    display: flex;
    font-size: 30px;
    margin-top: 200px;
}
.code{
    color: brown;
}
.fal{
    color: coral;
}
.edge{
    color: blue;
}
.ou{
    color: red;
}
.gr{
    color: green;
}
.sec{
    color: #00bfff;
    font-size: 25px;
    margin: 50px 0 20px 0;
}
.copy{
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px){
    h1{
        font-size: 30px;
    }
    .codes{
        display: flex;
        font-size: 12px;
        margin-top: 50px;
    }
    .sec{
        font-size: 12px;
    }
}