@charset "UTF-8";
@import url('/zero7/config.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Slab&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #DAF3FE;
}
main {
    padding: 2rem 1rem 8rem;
    position: relative;
    width: 90%;
    margin: 0 auto;
    background-color: white;
}

.mobile main {
    width: 100%;
}

img {
    width: 25%;
    margin-bottom: 2rem;
}