@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

body{
    background: #131313;
    font-family: 'Lato', sans-serif;
}
.container{
    color: #fff;
    padding: 20px;
    margin: 20px auto;
    max-width: 500px;
    border-radius: 10px;
    /* box-shadow: 0 0 10px #fff; */
    text-align: center;
}
h1{
    font-size: 2rem;
    margin-bottom: 45px;
    color: #FFF;
}
p{
    font-size: 1.8rem;
}
img{
    max-width: 100%;
    height: auto;
}