html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;
    background-color: black !important;
}
a { 
    text-decoration: none; 
    color: inherit; 
}

/* START HOME */
.centralize{
    margin: auto; 
    left: 0;
    right: 0;
    text-align: center;
}

.title{
    position: absolute;
    margin-top: 8%;
    text-align: center;
}

.spanTitle{
    padding: 3% 8%; 
    background-color: chartreuse;
}

.btn-margin{
    margin-top: 35%;
}

.reducer{
    width: 0px !important;
 }
 

.removed{
    display: none !important;
}

.mode-pdf{
    float: left;  
    background-color:blue;
}

.mode-terminal{
    float: right; 
    background-color: black;
}

.mode-terminal-padding{
    padding-left: 5px;
}

.transition{
    transition: width 2s;
}

/* AND HOME*/

/*START TERMINAL*/
*:focus {
    outline: none;
}

.name{
    color:orange;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.3em;
    width: auto;
    float: left;
}

.input{
    color: green;
    background-color: black;
    font-family: 'Courier New', Courier, monospace;
    border: none; 
    font-size: 1.3em;
    float: left;
    width: 60%;
}

.output{
    display: inline-block; 
    color: green;
    background-color: black;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.3em;
    width: 100%;
}
/*AND TERMINAL*/

/*START CV*/
.cv-img-1{
    background-image: url('./cv/cv-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 2339px;
    
}

.cv-img-2{
    background-image: url('./cv/cv-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 2339px;
    
}
/*END CV*/