@import url('https://fonts.googleapis.com/css?family=Share+Tech+Mono&display=swap');

h1 {
    color:green; 
    font-size: 100px;
    font-family:monospace;
    margin: 0px;
}
p {
    color:green;
    font-size: 40px;
    margin-top: 30px;
    font-family: 'Share Tech Mono', monospace;
}
body {
    background-color: black;
}
#link {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100px;
    width: auto;
    padding-top: 1px;
    text-decoration: underline;
    text-decoration-color: green;
}
#back {
    position: fixed;
    left: 1px;
    bottom: 1px;
    height: auto;
}
#b {
    margin: auto;
}
#tw {
    height: 100px;
    width: auto;
}
h2 {
    color: green;
    font-family: 'Share Tech Mono', monospace;
    font-size: 50px;
}
li {
    color: green;
    font-size: 25px;
    font-family: 'Share Tech Mono', monospace;
    margin-left: 0px;
}
#et {
    font-size: 25px;
    font-family: 'Share Tech Mono', monospace;
}
#ed {
    width: 75%;
}
#scpback {
    position: fixed;
    right: 0px;
    bottom: 1px;
    height: 50px;
    width: 130px;
}
#db {
    width:200px;
    height: 70px;
    margin: 0px;
    padding: 0px;
    font-size: 30px;
}
#something{
    width: 100px;
    height: 100px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}    
a {
   text-decoration: underline;
   text-decoration-color: green;
}
#R1 {
    position: absolute;
    width: 100px;
    right: 0px;
    top: 0px;
    height: 100px;
}
#Ttext {
    margin: 0px;
    font-size: 30
}
#fileS{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100px;
    width: auto;
    padding-top: 1px;
    text-decoration: underline;
    text-decoration-color: green;
}

#log{
    width: 100%;
    left: 0px;
    position: absolute;
}

#CVmain{
    font-size: 50px;
}
#CVtext{
    font-size: 25px;
    margin-bottom: 0px;
}