@font-face {
    font-family: Livvic;
    src: url(Livvic-regular.ttf);
}
h1 {
   font-family: Livvic;
    color: rgb(48, 87, 204);
    text-align: center;
    font-size: 30px;
}
h2 {
    font-family: Livvic;
    color: rgb(48, 87, 204);
    text-align: center;
    font-size: 22px;
}
p {
    font-family: Livvic;
    color: rgb(22, 21, 21);
    text-align: left;
    font-size: 18px;
}

a {
    font-family: Livvic;
    color: black;
}
nav {
    font-family: Livvic;
			background-color: #eee;
			padding: 10px;
			text-align: center;
		}
		
		nav ul {
		    font-family: Livvic;
			list-style-type: none;
			margin: 0;
			padding: 0;
			display: flex;
			justify-content: center;
			font-size: 18px;
		}
		
		nav li {
		    font-family: Livvic;
			margin: 0 10px;
			font-size: 18px;
		}
		
		nav a {
		    font-family: Livvic;
			color: #333;
			text-decoration: none;
		}
		
		nav a:hover {
		    font-family: Livvic;
			color: #666;
		}

ul {
    font-family: Livvic;
    font-size: 18px;
}
body {
    font-family: Livvic;
    padding:25;
    background:rgb(226, 235, 206);
}
