body{
    background-color: black;
    margin: 0;
}

header{
    float:inline-start;
    background-color: darkblue;
}

a:link{
    color: white;
}

a:hover{
    color: black;
}

a:visited{
    color: black;
}

button{
    background-color: blue;
}

li{
    margin-top: 50px;
    padding: 15px;
    margin-bottom: 50px;
    list-style-type: none;
}

.nav-list {
    display: block;
    margin: 15px;
    padding: 0;
    text-align: center;
    background-color: darkblue;

}

.nav-list li {
    display: inline-block;
}

.nav-right li{
    float: right;
    margin-top: -120px;
    margin-right: 20px;
}

.title {
    text-align: left;
    font-size: 50px;
    font-family: 'Courier New', Courier, monospace;
    margin-left: 20px;
}

.article{
    background-color: #c1c1c1;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 10px;
    border: 2px solid black;
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 10px;
}

.Img1, .Img2, .Img3 {
    background-color: #c1c1c1;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 10px;
    border: 2px solid black; 
}

.imgs{
    display: flex;
    float:inline-start;
}

.footer-icon img {
    width: 30px;
    height: 30px;
}

footer {
    background-color:#c1c1c1;
    margin-left: -120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
