

Created by Sophia Oladapo on 4/24/22.
Copyright (c) 2022 Copyright Holder. All rights reserved.
"""

import sys
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;&display=swap');


import unittest

:root{
	--font: Lato, Helvetica;
	--fontw: Lato-a, Poppins-a;
	
}

:root{
	--font: Lato, Helvetica;
	--fontw: Lato-a, Helvetica;

}
/*  */


@font-face{
  font-family: Lato;
  src: url('../Fonts/lato/Lato-Regular.ttf');
  
  }
  
  @font-face{
  font-family: Lato;
  src: url('Lato-Regular.ttf');
  
  }
  
  @font-face{
  font-family: Lato-a;
  src: url('../Fonts/lato/Lato-Bold.ttf');
  
  }

 @font-face{
  font-family: Lato-a;
  src: url('Lato-Bold.ttf');
  
  }
  
  @font-face{
  font-family: Poppins-a;
  src: url('../Fonts/Poppins/Poppins-SemiBold.ttf');
  
  }
  
  @font-face{
  font-family: Poppins-a;
  src: url('Poppins-SemiBold.ttf');
  
  }
   
 
  
  }



 *{
 	padding:0;
 	margin: 0;
 	font-family: var(--font);
 	box-sizing: border-box;
 	color: black;
cursor: pointer;
 font-size: 22px; 
 }
 
 body{
 	background: white;
 font-size: 22px; 
 font-family: var(--font);
 }
 
 
/* img{
 width: 300px;
 	border: 2px solid black;
 	margin: 10px 0;
 }*/
 
.section-2{
 padding: 50px 20px;
} 

.section-2 .content{
	text-align: center;
}

.content .intro{
	text-align: center;
	color: black;
	font-size: 20px;
	font-family: var(--fontw);
}

.content h1{
	font-family: Arial, Helvetica;
 	font-weight: 600;
 	font-size: 30px;
 	color: red;
 	text-align: center;
 	margin: 10px 0;
 }

a{
	color: #009AFF;
}

.activ:hover{
	color: #FF0000;
}

 .section-1{
 	padding: 10px 20px;
 	display: flex;
 	flex-direction: column;
 	align-items: center;
 
}
 

 
 .activ{
 	display: inline-block;
 	text-align: center;
 	margin: 15px 0;
 	font-weight: 500;
 	font-family: var(--font);
 	font-size: 20px;
 	padding: 20px;
 	color: white;
 	text-decoration: none;
 	background: black;
 }
 

 p::first-child{
 	text-align: center;
 }
 
 p{
 padding: 10px; 
 font-size: 22px; 
 white-space: pre-wrap;
 font-family: var(--font);
 width: 60%;
  }
  
p b{
	font-family: var(--fontw);
	text-align: center;
	margin: 10px 0;
}  



img{
	width: 400px;
	margin: 10px 0;
	border: 2px solid black;
}

.red{
	color: red;
	text-decoration: none;
	margin: 0 0 0 0;
	
}

.center{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-family: var(--fontw);
}

#une{
	text-decoration: underline;
}

i{
	font-size: 25px;
}

h2{
	color: black;
	font-family: var(--fontw);
	font-size: 25px;
	text-align: center;
	text-decoration: underline;
}

#bold{
	font-family: var(--fontw);
	font-size: 22px;
	color: black;
	text-decoration: underline;
}


ul{
	width: 60%;
}

footer{
	text-align: center;
	padding: 20px;
	font-size: 20px;
	background: #EEEEEE;
	}


footer i{
	font-size: 25px;
}

@media (max-width: 952px){
	

 body{
 	background: white;
 font-size: 19px; 
 font-family: var(--font);
 }
 
 	.section-2 .content h1.title{
		font-size: 25px;
		margin: 10px;
	}
	
	.content .intro{
		font-size: 20px;
	}
	
	p{
   font-size: 19px;
    width: 100%;
	}
	
	.activ{
		font-size: 18px;
	}

ul{
	width: 100%;
}

h2{
	font-size: 23px;
	padding: 8px;
}	


img{
	width: 300px;

}

li{
	font-size: 19px;
  margin-left: 10px;
  padding: 10px;      	
}

	}
	
	@media (max-width: 500px){

  .content h1.title{
		margin-top: 10px;
	 font-size: 22px;
	
	}
	
	h2{
		font-size: 20px;
	}
	
.content	.intro{
		font-size: 20px;
		margin: 5px 0;
	}		

    .activ{
		font-size: 15px;
	}

		img{
 	width: 275px;
  border: 2px solid black;
  
 }



	} 
