@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;600&display=swap');

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}
*{
	list-style: none;
	box-sizing: border-box;
	font-family: 'Jost', sans-serif;
}

.side-nav {
  width: 190px;
  height: 100%;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  padding: 90px 5px;

 /*hey mom*/

}
.video {
  color: rgb(163, 163, 163);
  padding-top: 4px;
  
}
.contact {
  color: inherit;  

  text-decoration: underline;
  padding-top: 20px;
  color: rgb(0, 0, 0);
  
}
.about {
  color: inherit;  

  text-decoration: underline;
  padding-top: 1px;
  color: rgb(0, 0, 0);
}

nav {
  display: flex;
}
ul li {
  padding: 11px;
}
ul li a {
  text-decoration: none;
  color: black;
}

.container {
  align-items: center
  
}
.libre-franklin-<uniquifier> {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}  
/*Dont know how but fina a way to make
name libre franklin*/
.title {
  

  margin-top: auto;
  margin-left: 300px;
  margin-right: auto;
  width: 50%;
  border: 0px;
  padding: 10px;

}
img {
  max-width: 40%;
  height: auto;
  margin-top: auto;
  margin-left: 310px;
  margin-right: auto;
  
 
}
.text {
  max-width: 40%;
  height: auto;
  margin-top: auto;
  margin-left: 360px;
  margin-right: auto;
}
