
/*
Theme Name: Porfólio André Victor
Theme URI: https://andre-victor.com
Author: André Victor
Author URI: https://andre-victor.com
Description: Porfólio André Victor
Version: 1.0
*/

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-x: hidden;
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

main {
    font-family: helvetica, arial, sans-serif;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background-color: red;
}

a {
    color: black;
}

/*# sourceMappingURL=style.css.map */
