@media(min-width: 768px) {
    .news-input {
        width: 50%;
    }
}

*{
	font-family:Meiryo UI,sans-serif;
    letter-spacing: 3px;
}

.nav-link.active,
.nav-link:hover {
    color: #ffe600 !important;
}

body {
    margin: 0;
    height: 100vh;
}

canvas {
    display: block;
}