p {
    font-weight: bold;
    background-color: lightgray;
    border: solid;
    border-color: black;
    padding: 10px;
    margin: 10px;
}

article {
    text-align: center;
  }

header {
    background-color: darkgray;
    height: 100px;
    text-align: center;
    border: 5px solid
}

footer {
    background-color: darkgray;
    height: 100px;
    text-align: center;
    border: 5px solid
}

body {
    background-image: url("bg-7-full.jpg");
}

.big{
    width: 350px;
}
