* {
    padding: 0px;
    margin: 0px;
}

header > p {
    font-size: 25px;
    font-weight: bold;
}
 
header, main, footer {
    width: 80%;
    margin-left: 10%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: thistle;
}

header ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    width: 100%;
    height: 70px;
}

header ul > li {
    background-color: skyblue;
    width: 70px;
    height: 20px;
    padding: 5px;
    margin: 5px;
    list-style:none;
}

header ul a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    
}

article div > p{

    margin-top: 25px;
}

footer {
    color: white;
    background-color: black;
}

footer ul {
    list-style: none;
    width: 500px;
    
}

.s2 {  
    background-color: white;
    margin-top: 30px;
    padding: 10px;
}

.s2 
img {
    border-radius: 100%;
}

/* ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 150px;

    border: 5px solid red;
} */