/*  */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

body {
    background: url(../img/Pokebolas.jpeg);
}

.content {
    background-color: #4e4e4e38;
    height: 100vh;
    padding: 0.1rem;
}
