@import url('https://fonts.googleapis.com/css2?family=Courier+New:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');
#nav {
    font-family: "Courier New", Courier, monospace;
    max-width: 80vw;
    margin: 0 auto;

}
#title {
    font-size: 4rem;
    font-weight: bold;

    color: red;
}
a {
    text-decoration: none;
}

img {width: 20%}

main {
    font-family: 'Open Sans', sans-serif;
    max-width: 75vw;
    margin: 50px auto;
}

section {
    margin: 40px auto;
    max-width: 70vw;
}

section h3 {
    font-weight: bold;
}

section h4 {
    font-weight: bold;
}
section p {
    font-size: large;
    text-align: justify;
}

.btn {
    font-size: x-large;
    margin: 8px 8px;
    padding: 8px 15px;
    border-radius: 0.7rem;
}
@media (max-width: 992px) {
    main {
        max-width: 85vw;
    }
    section {
        max-width: 75vw;
    }
}
.my-float{
	margin-top:16px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}


.news{
    width: 160px
}
.news-scroll a{
    text-decoration: none
}
.dot{
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207,23,23);
    border-radius: 50%;display: inline-block
}
