@font-face {
    font-family: 'MyConsolas';
    src: url('fonts/Consolas-Regular.ttf') format('truetype');
}

html {
    margin: 0;
    padding: 0;
}

h1, h2{
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

body {
    height: 100svh;
    width: 100vw;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1d1f20;
}

.container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-profile{
    width: 100px;
    margin-bottom: 30px;
}

.text {
    color: #e3e3e3;
    font-family: 'MyConsolas';
}

.title {
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.sub-title {
    font-size: 1.2rem;
}