.bg{
	background:#e5eff4;
	background-image: url(bg.png);
    background-position: center;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size:  cover;
}
ul.is-styled {
    list-style: disc;
    text-align: center;
    list-style-position: inside;
}

@media (max-width: 768px) {

    .logo{width: 230px;
        text-align: center;
        margin: auto;
    }
    
    .title {font-size: 1.3em;
    }
    .section {
    padding: 0.8rem 0.8rem;
    }
    .is-size-5 {font-size: 1em !important;
    }

    ul.is-styled {
    display: list-item !important;
    list-style: disc;
    text-align: center;
    list-style-position: inside;
    }
}