body {
    scroll-behavior: smooth;
}

.foto:hover {
 transform :scale(1.2);
 
}

.covid1 {
    min-height: 20rem;
}

.each-skill {
    transform: scale(.8);
    cursor: pointer;
    box-sizing: border-box;
}

.each-skill:hover {
    transform: scale(.9);
}

.first-content {
    top: 60px;
    margin-top :60px;
}

nav {
    border-bottom: solid 2px rgba(80, 80, 110, 0.884);
}

main, aside, .build, .covid, .form {
    border: solid 2px rgba(80, 80, 110, 0.884);
}

footer {
    border-top: solid 2px rgba(80, 80, 110, 0.884);
}



main, aside {
    min-height: 37rem;
}


hr {
    background-color: rgba(80, 80, 110, 0.884);
    color : rgba(80, 80, 110, 0.884);
    border-bottom: solid 2px rgba(80, 80, 110, 0.884);
}


.footer {
    height:81px;
}



.box {
    top: 25vh; 
    transition: all;
}

.boxParent{
    
    background-color: rgba(0,0,0,.7);
    display: flex;
    transform: scale(0);
    /* pointer-events: none; */
}

.boxAnswer {
    background-color: rgba(0,0,0,.7);
    transform: scale(0);
}

.submit {
    border-bottom-left-radius: 0.5rem;
}

.close {
    border-bottom-right-radius: 0.5rem;
}

.right-side {
    right:-65px;
    border-left: solid 2px rgba(80, 80, 110, 0.884);
    
}

.hide {
    transform: translateX(-65px);
}

.intro {
    position: relative;
    bottom:5px;
}

.closeDescAnswer {
    bottom: 0;
}



.card {
    transform: scale(.9);
    cursor: pointer;
}

.card:hover {
    transform: scale(1);
    transform: rotate(4deg);
    /* transform: rotateX(-5deg); */
}

.html {
    background-color: rgb(255, 153, 58);
}

#click:hover {
    transform: scale(1.1);
}
