body {   background-color: black;   color: white;   font-family: "Montserrat";   width: 50%;   margin: auto;   text-align: center; } #marginbottom {   height: 600px; } p {  font-weight: 500; } form {   margin-left: 0;   margin-right: 0; } button, input, select {   border-radius: 70px;   border: solid 3px rgb(100,100,100);   background: rgb(120,120,120);   color: white;   font-weight: 600; } button>a:link {   color: white; } button>a:visited {   color: white; } -ms-input-placeholder, ::placeholder {   color: rgb(160,160,160); } pp {   font-weight: 500;   font-size: 10px; } :link {   color: white;   font-weight: 700; } a:visited {   color: white } a:active {   color: lightgray;   font-weight: 900; } #smalltxt {   font-size: 7px; } footer, #header {   margin: auto;   align-self: center;   position: relative;   bottom: 0;   background: rgb(50,50,50);   border-radius: 20px;   border: solid 10px rgb(35,35,35);   width: 100%;   text-align: center; } #websiteVersion {   position: fixed;   bottom: 0;   left: 0; } #websiteVersion[updating] {   color: red; }
