/* global.css */

@import url('background.css');
@import url('button-hover.css');
@import url('hire_me.css');


*, html {
    scroll-behavior: smooth !important;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: top center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #ffffff;
    line-height: 1.6;
}

@media (max-width: 768px) {
    body {
        background-position: top center ;
        background-size: cover;
    }
}

.blinking-cursor {
    display: inline;
        /* Faz o cursor se comportar como texto inline */
        font-weight: bold;
        /* Define o peso da fonte para o cursor */
        font-size: 1em;
        /* Ajusta o tamanho da fonte para corresponder ao texto */
        visibility: visible;
        /* Define a visibilidade padrão */
        line-height: 1;
        /* Garante que o cursor fique alinhado verticalmente com o texto */
}
