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

html{
    scroll-behavior: smooth;    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
}

body{
    font-family: 'Be Vietnam Pro', sans-serif;
}

:root{
    --black-general: #0E1400;
    --white-general: #fff;
    --text-color: #757575;
    --light-blue-general: #48dbfb;
    --blue-general: rgb(10, 189, 227);
    --blue-rgba: rgba(10, 189, 227, 0.6);
    --background-color-shadow: rgba(0, 0, 0, 0.5);
}

.section{
    padding: 64px 0;
}

.text-green{
    color: var(--blue-general);
}