diff --git a/aboutus.html b/aboutus.html
index 7e5faca..848c582 100644
--- a/aboutus.html
+++ b/aboutus.html
@@ -38,18 +38,32 @@
.main-content {
padding: 40px 0;
+ font-size: 17px;
+ text-transform: uppercase;
+
}
h2
{
- color: #c7becf;
+ color: #ebe7ed;
text-align: center;
margin-bottom: 40px;
+
+
}
h1{
- color: rgb(255, 255, 255);
+ color: rgb(251, 242, 242);
text-align: center;
transition: transform 0.3s ease-in-out;
+ font-family: Georgia, 'Times New Roman', Times, serif;
+ color: #ecac59;
+ text-decoration: underline;
+
+
+ }
+ span{
+ font-family: Georgia, 'Times New Roman', Times, serif;
+
}
h1:hover {
@@ -77,8 +91,6 @@
text-align: center;
}
-
-
.feature:hover {
transform: translateX(-5px);
box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
@@ -109,9 +121,13 @@
text-align: center;
max-width: 800px;
margin: 0 auto 40px;
- font-size: 18px;
+ font-size:25px;
color: #d0c3df;
font-weight: 600;
+ text-transform: lowercase;
+ font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
+ font-weight: 200;
+ line-height: 1.5;
}
.rocket {