@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600&display=swap');

img{
    width: 60%;
    height: 200px;
    vertical-align: auto;
}
body{
    background-color:brown;
    color: aqua;
    text-align:center;
    max-width: 880px;
    margin: auto;
    font-size: 21px;
}
p{
    font-family: "Roboto", sans-serif;
    color: white;
}
h2{
    color: black;
    background-color: white;
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    font-size: 30px;
}
h1{
    color: white;
    text-align:center;
    font-family: "Oswald", sans-serif;
    font-size: 50px;
}