body {
    /*For The General Page*/
background-color: #b5bcf0;
font-family: bahnschrift;
font-size: 18px;
margin-left: 0px;
margin-right: 0;
margin-top: 0px;
margin-bottom: 0px;
width: auto;
text-align: center;
}

data {
	margin-top: 70px;
}

li {
	list-style: none;
}

.arduinoImages {
	width: 350px;
	height: 262px;
}

.calcImages {
	width: 669px;
	height: 350px;
}

.aboutEd {
	float: left;
	width: 120px;
	height: 120px;
	margin-left: 50px;
}

.portext {
	margin-bottom: 50px;
}

.animated-progress {
	width: 300px;
	height: 15px;
	border-radius: 10px;
	margin: -40px 275px 20px;
	border: 2px solid gray;
	overflow: hidden;
	position: relative;
}

.animated-progress span {
	height: 100%;
  	display: block;
  	width: 0;
  	color: #8f98e2;
  	line-height: 30px;
  	position: absolute;
  	text-align: end;
  	padding-right: 5px;
}

.CPPProgColor span {
	background-color: #2ad14b;
}

.HTMLProgColor span {
	background-color: #2ad14b;
}

.ArdProgColor span {
	background-color: #2ad14b;
}

.CPUProgColor span {
	background-color: #2ad14b;
}

.portCPP {
	float: left;
	width: 44px;
	height: 50px;
	margin-left: 150px;
	margin-right: -550px;
}

.portHTML {
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 145px;
	margin-right: -550px;
}

.portArduino {
	float: left;
	width: 73px;
	height: 50px;
	margin-left: 135px;
	margin-right: -550px;
}

.portCPU {
	float: left;
	width: 100px;
	height: 100px;
	margin-top: -25px;
	margin-left: 120px;
	margin-right: -550px;
}

.aboutClub {
	float: left;
	width: 120px;
	height: 120px;
	margin-left: 50px;
}

.aboutMe {
	float: left;
	width: 445px;
	height: 500px;
	margin-left: 80px;
	margin-right: 50px;
	margin-top: -50px;
}

.abtme {
	margin-bottom: 100px;
}

.abtextmargin {
	margin-right: 50px;
}

.whoami {
	margin-bottom: 100px;
}

.FloatingCardTop {
	text-align: center;
	background-color: #8f98e2;
	width: 850px;
	height: auto;
	border-width: 150px;
	border-radius: 20px;
	padding-top: 10px;
	margin: auto;
	margin-top: 50px;
	padding-bottom: 20px;
}

.FloatingCardBottom {
	text-align: center;
	background-color: #8f98e2;
	width: 850px;
	height: auto;
	border-width: 150px;
	border-radius: 20px;
	padding-top: 10px;
	margin: auto;
	margin-top: 50px;
	padding-bottom: 20px;
}

.FloatingCardRight {
	padding: auto;
	align-self: center;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	background-color: #8f98e2;
	width: 650px;
	height: 815px;
	border-width: 150px;
	border-radius: 20px;
	margin: auto;
}

.FloatingCardLeft {
	padding: auto;
	align-self: center;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	background-color: #8f98e2;
	width: 650px;
	height: 815px;
	border-radius: 20px;
	padding-right: 50px;
	margin: auto;
}

.name {
	width: 25%;
	padding: 12px 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid gray;
	resize: none;
}

.message {
	width: 40%;
	height: 275px;
	padding: 12px 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.submit {
	background-color: #ffffff;
	width: 10%;
	height: 10%;
	border: 1px solid gray;
}

.aboutBody {
	display: flex;
	justify-content: flex-start;
	gap: 25px;
	padding: 15px;
}

.line-1{
    position: relative;
    top: 50%;
    width: 24em;
    margin: 0 auto;
    border-right: 4px solid rgb(0, 0, 0);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-10%);    
}

/* Animation */
.anim-typewriter-1{
  animation: typewriter 4s steps(44) 1s 0.2 normal both,
             blinkTextCursor-1 .75s step-end infinite;
}
.anim-typewriter-2{
	animation: typewriter 4s steps(44) 2.5s 0.44 normal both,
				blinkTextCursor-2 .75s step-end infinite;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor-1{
  from, to{border-right-color: rgb(0, 0, 0)}
  50% {border-color: transparent}
}
@keyframes blinkTextCursor-2{
	from, to{border-right-color: rgb(0, 0, 0)}
	50% {border-color: transparent}
  }

/*For The Nav Menu*/
.show {
	animation: headerFade .75s steps(100) 5s 1 normal both;
}
@keyframes headerFade{
	from{opacity:0%;}
	to{opacity:100%;}
}

nav ul {
list-style-type:none;
background-color:#8f98e2;
font-family: bahnschrift;
font-weight: bold;
font-size: 30px;
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}

nav ul li {
display: inline;
padding-right: 35px;
padding-left: 35px;
}

nav ul li a {
	border-radius: 5px;
	text-decoration:none;
	color:#111111;
}

nav ul li .fade {
	background: #8f98e2;
	border: 7px #8f98e2;
}

nav ul li .box:hover {
	border: 13px solid #7c85cf;
	background: #7c85cf;
	margin-right: -13px;
	margin-left: -13px;
	transition: 0.1s;
}

nav ul li:last-child {
border-right: none;
}

b {
	text-decoration:none;
	color:#404040;
	font-size: 11px;
    margin-bottom: auto;
}

/*For The Header*/
.header {
    background-color: #8f98e2;
    text-align: center;
    padding: 1px;
    border-bottom: solid rgb(158, 156, 156);
}