diff --git a/src/components/OtherNodes.vue b/src/components/OtherNodes.vue
index a145d96816eb47e3445c3faf6e05c10d2f8d7376..a9a696cc542a061c1b05fdf116cae25c046173a7 100644
--- a/src/components/OtherNodes.vue
+++ b/src/components/OtherNodes.vue
@@ -44,44 +44,8 @@ export default {
 }
 </script>
 
-<style>
-h1 {
-  margin: 0em;
-  padding: 0em;
-  font-size: 4.2em;
-  font-family: houschka-rounded, sans-serif;
-  font-weight: 700;
-  font-style: normal;
-  color: black;
-}
-
-h2 {
-  margin: 0em;
-  padding: 0em;
-  font-size: 3.2em;
-  font-family: houschka-rounded, sans-serif;
-  font-weight: 700;
-  font-style: normal;
-  color: black;
-}
-
-h3 {
-  margin: 0em;
-  padding: 0em;
-  font-size: 2.2em;
-  font-family: houschka-rounded, sans-serif;
-  font-weight: 700;
-  font-style: normal;
-  color: black;
-}
-
+<style scoped>
 .nodes {
-  width: 95%;
-  background-color: rgb(155, 194, 216);
-  margin-top: 1em;
-  margin-left: 0.5em;
-}
-img {
-  width: 45%;
+  border: 2px solid black;
 }
 </style>