* {
    width: 100%;
    margin: 0;
}

header {
    height: 100px;
    background-color: lightgrey;
}

.title {
    font-size: 50px;
}