*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Courier New', Courier, monospace;
    background-image: url(/f4x_h0tm4ch1n3.jpg);
    background-position: center;
    background-size: contain; 
    background-repeat: no-repeat;
    background-attachment: scroll;
}

header{
    display: inline-block;
    block-size: auto;
    border: solid rgb(0, 0, 0) 1px;
    border-radius: 10px;
    background-color: rgba(125, 125, 125, 05);
    text-align: center;
    font-Size: 20px;
    font-weight: 500;
}

nav{
    font-size: 35px;
    list-style-type: disc;
}

a{
    text-decoration: none;
    color: #000000;
}
a:hover{
    color: #060cb4;
    text-decoration: none;
}   

ul{
    display: flex;
    content: attr(border-spacing);
}
ul li{
    display: inline-block;
    border: #000000 dotted 1px;
    list-style: none;
}
