@charset "UTF-8";
nav, header{
display: block;
}

html, body, h1, h2 ul, li, a, p,
nav, header{
padding: 0;
margin: 0;
}

body{
    margin: 0;
    padding: 0;
    background: url(Nebula%20Aqua-Pink%20copy.png);
    background-size: cover;
    background-position: center;
    font-family: sans-serif;
}

nav {
background-color: #343d52;
padding: 5px;
margin-top: 1px;
}


h2 {
    color: white;
}

ul li{
    color: white;
}


.loginbox{
    width: 320px;
    height: 420px;
    background: #000;
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px;
}

.avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

h1{
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 22px;
    color: white;
}

.loginbox p{
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.loginbox input{
    width: 100%;
    margin-bottom: 20px;
}

.loginbox input[type="email"], input[type="password"], input[type="text"], textarea
{
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}
.loginbox button
{
    border: none;
    outline: none;
    height: 40px;
    background: #fb2525;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}
.loginbox button:hover
{
    cursor: pointer;
    background: #ffc107;
    color: #000;
}
.loginbox a{
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: darkgrey;
}

.loginbox a:hover
{
    color: #ffc107;
}

li {
display: inline;
margin-left: 15px;
margin-right: 15px;
font-size: 25px;
Font-variant: small-caps;
font-weight: bold;
}

li a {
color: white;
}

p {
    color: white;
}s