body {
    background-color: #88007a;
}

header {
    background-color: rgb(255, 0, 247);
    padding: 30px;
    text-align: center;
    front-size: 35px;
    color: rgb(255, 0, 247);
}

nav {
    float: left;
    width: 30%;
    height: 300px;
    background: #ff55a7;
    padding: 20px;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

section::after {
    content: "";
    display: table;
    clear: both;
}

footer {
    background-color: #ff3cf2;
    padding: 30px;
    text-align: center;
    color: rgb(0, 0, 0);
}

@media (max-width:600px) {

    nav,
    article {
        width: 100%;
        height: auto;
    }
}

.text1 {
    text-align: center;
    color: black;
    font-size: larger;
}
.text2 {
    color: black;
    font-size: x-large;
}