*{
	box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color: #1b1f23;
	margin-top: 50px;
}

h1 {
    font-size: 30px;
    font-weight: 700;
   
}
.h2, h2 {
    font-size: 1.5rem;
}

a {
    color: #1b1f23;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.center-div{
	margin: 0 auto;
	width: 100%;
}