@font-face{
	font-family: "jost";
	src: url("css/fonts/jost/Jost-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "jost";
	src: url("css/fonts/jost/Jost-Regular.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

body{
	background: rgb(238,174,202);
	background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(203,179,214,1) 39%, rgba(148,187,233,1) 100%);
	font-family: "jost";
}






h1{
	background: #6EA8CF;
	background: -webkit-linear-gradient(to right, #6EA8CF 0%, #C68FCF 100%);
	background: -moz-linear-gradient(to right, #6EA8CF 0%, #C68FCF 100%);
	background: linear-gradient(to right, #6EA8CF 0%, #C68FCF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	border-bottom: 2px solid #6EA8CF;
}
h2{
	border-bottom: 2px solid;
}
h3{
	list-style: none;
	margin:0;
}
img{
	width: 28%;
}
span{
	display: inline-block;
}
ul,
li{
	list-style: none;
	margin: 0;
	padding: 0; 
	
}

li{
	margin-top: 15px;
	display: flex;

}

a{
	text-decoration: none;
	background: #6EA8CF;
	background: -webkit-linear-gradient(to right, #6EA8CF 0%, #C68FCF 100%);
	background: -moz-linear-gradient(to right, #6EA8CF 0%, #C68FCF 100%);
	background: linear-gradient(to right, #6EA8CF 0%, #C68FCF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;

}
.cv{
	max-width: 992px;
	margin:0 auto;
	background-color: #f9f9f9;
	padding: 20px;
	box-shadow: 0 0.125rem .5rem rgba(0,0,0,.1);

}
.col-1{
	width: 35%
}
.col-2{
	width: 40%
}

.displayflex{
	display:flex;
}

.flexjustifycontent{
	justify-content: space-between;
}
.font-weight-bold{
	font-weight: bold;
}
.list-style li:before{

	content: "-";
}
.list-style li{
	margin:0;
}
.border-bottom{
	border-bottom: 0.5px solid;
}



.rotate-scale-up {
	-webkit-animation: rotate-scale-up 1s cubic-bezier(0.445, 0.050, 0.550, 0.950) 1s alternate ;
	        animation: rotate-scale-up 1s cubic-bezier(0.445, 0.050, 0.550, 0.950) 1s alternate ;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-11-11 14:49:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-scale-up
 * ----------------------------------------
 */
@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
            transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}
@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
            transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}
















