body {
    margin: 0;
    background-image: url("../images/background.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

title {
    color: red;
}

.header-coding {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 8%;
    background-color: darkblue;
}

.inner-header-coding-start {
    align-items: flex-start;
    margin: 6px 10px 6px 10px;    
}

.publiccoders-title {
    font-family: arial, sans-serif;
    font-size: 20px;
    color: white;
}

.publiccoders-welcome {
    font-family: arial, sans-serif;
    font-size: 14px;
    color: white;
}

.inner-header-coding-end {
    align-items: flex-end;
}
.publiccoders-login {
    font-family: arial, sans-serif;
    font-size: 16px;
    color: white;
    margin: 6px 10px 6px 10px; 
}