diff --git a/marine.html b/marine.html
index 6a168ce..df217a8 100644
--- a/marine.html
+++ b/marine.html
@@ -3,7 +3,7 @@
@@ -45,7 +45,8 @@
Education
South Tyneside College — Marine Engineering HND (2012–2016)
-
2nd Engineer Certificate (CoC)
+
3rd Engineer Certificate (CoC) 2017
+
2nd Engineer Certificate (CoC) 2021
Certifications
diff --git a/style2.css b/style2.css
new file mode 100644
index 0000000..b35b4bf
--- /dev/null
+++ b/style2.css
@@ -0,0 +1,75 @@
+page {
+ size: A4;
+ margin: 1.5cm;
+}
+
+body {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ color: #333446;
+ background: white;
+ /* background: #EAEFEF; */
+ margin: 0;
+ padding-left: 64px;
+ padding-right: 64px;
+}
+
+.page {
+ max-width: 800px;
+ margin: 0 auto;
+}
+
+header {
+ text-align: center;
+ margin-bottom: 16px;
+}
+
+h1 {
+ font-size: 24px;
+ margin-bottom: 5px;
+}
+
+.contact {
+ text-align: center;
+ margin-top: 1px;
+ font-weight: bold;
+}
+
+.contact span {
+ display: inline-block;
+ margin: 0 8px;
+ font-size: 11.5px;
+}
+
+.contact a {
+ text-decoration: none;
+ color: #333446;
+}
+
+h2 {
+ font-size: 20px;
+ margin-top: 18px;
+ margin-bottom: 10px;
+ border-bottom: 1px solid #000;
+ padding-bottom: 2px;
+ color: #333446;
+ /* color: #7F8CAA; */
+}
+
+.sub {
+ color: #454B5E;
+}
+
+.item {
+ margin-bottom: 12px;
+}
+
+ul {
+ padding-left: 18px;
+ margin: 5px 0;
+}
+
+ul li {
+ margin-bottom: 4px;
+}
+