@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {background-color: #13052b;}

.link {text-decoration: none; font-family: monospace; color: aqua; padding: 1.2rem;}
.link:hover {color: aquamarine;}
#header {text-align: center;}
#header h1 {font-family: Courier; color: blue;}
#page {font-family: Helvetica; color: cadetblue;}
p {color: cyan; font-family: Arial;}
#sections {display: flex;}
#sections section {border-radius: 1rem; background-image: linear-gradient(to right, blue, darkblue); padding: 0.8rem; width: 100%; height: 350px; text-align: center;}
#sections section h1 {font-family: "Press Start 2P"; color: chartreuse;}
#sections section a {font-family: Helvetica; text-decoration: none; color: #00ffffdc;}
#sections section a:hover {color: aquamarine;}
button {padding-left: 10rem; padding-right: 9.55rem; padding-top: 1.2rem; padding-bottom: 1.2rem; transition: transform 1.2s; cursor: pointer;}
button:hover {transform: scale(1.1);}
#copyright1 {color: grey; font-family: Helvetica; position: relative; padding-top: 7.6%;}
#copyright2 {color: grey; font-family: Helvetica; position: relative; padding-top: 25.6%;}
h2 {color: darkgrey; font-family: Helvetica;}