body {
font-family: Ubuntu;
font-size: "25px";
color: #fff;
text-align: left;
background-color: #1c1c1c;
background-repeat: no-repeat;
background-size: cover;
}
.container {
margin-top: 10%;
font-family: Ubuntu;
font-size: "50px";
color: #fff;
}
.container p {
font-size: 50px;
margin-bottom: 2px;
}
#iurl {
background-color: inherit;
width: 100%;
height: 28px;
border: solid 1px #fff;
font-family: Ubuntu;
font-size: 16px;
color: #eee;
padding: 8px 0;
margin-bottom: 5px;
box-sizing: content-box;
text-align: center;
border-radius: 2px;
}
#btn {
background-color: inherit;
width: 100%;
height: 28px;
border: solid 1px #06f;
font-family: Ubuntu;
font-size: 16px;
color: #06f;
padding: 8px 0;
box-sizing: content-box;
transition: 0.3s;
border-radius: 2px;
cusor: pointer;
}
#btn:hover {
background: #06f;
color: #fff;
background-repeat: no-repeat;
cusor: pointer;
}
.container a {
height: 20px;
background: inherit;
background-size: cover;
color: #ddd;
border: 0;
cursor: pointer;
font-family: Ubuntu;
font-size: 17px;
transition: 0.3s;
}
.container a:hover {
font-size: 23;
}
.url {
width: 500px;
margin: auto;
}
table.GeneratedTable {
width: 700px;
background-color: #1c1c1c;
border-collapse: collapse;
border-width: 2px;
border-color: #fff;
border-style: solid;
color: #fff;
}
table.GeneratedTable td,
table.GeneratedTable th {
border-width: 2px;
border-color: #fff;
border-style: solid;
padding: 3px;
}
table.GeneratedTable thead {
background-color: #9e9e9e;
}
a:link {
color: white;
}
a:visited {
color: white;
}
a:hover {
color: wheat;
}
a:active {
color: white;
}