a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}a,del,ins{text-decoration:none}a{color:inherit}button,label{cursor:pointer}button,input{outline:0}body{font-family:sans-serif;background-color:#fff}.app{text-align:center;height:100vh}.presentation{min-height:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:left;-ms-flex-align:left;align-items:left;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#d5d6d2;text-align:left;padding-left:17rem;position:relative}.presentation__title{width:400px}.presentation__title h1{font-size:30px;font-weight:700;margin:0 0 1.5rem;letter-spacing:.1rem}.presentation__title h2{font-size:24px;margin:0 0 1rem}.presentation__title p{color:#756867}.presentation__avatar{position:absolute;width:250px;left:15px;-webkit-animation:swing 8s linear infinite;animation:swing 8s linear infinite}.presentation__github img{position:absolute;width:70px;right:30%;top:0;bottom:0;margin:auto}.presentation__linkedin img{position:absolute;width:60px;right:10%;top:0;bottom:0;margin:auto}@-webkit-keyframes swing{0%{-webkit-transform:rotate(-15deg)}50%{-webkit-transform:rotate(15deg)}to{-webkit-transform:rotate(-15deg)}}@keyframes swing{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}50%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}to{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}}@media(max-width:1050px){.presentation{text-align:center;padding:1rem 2rem 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.presentation h1{margin-top:1rem}.presentation__avatar{position:relative;right:10px;margin:2rem auto}.presentation__github img{position:relative;right:0;margin-right:3rem}.presentation__linkedin img{position:relative;right:0;margin-bottom:.3rem}}.half-circle{background-color:#353c3f;width:80px;height:40px;border-radius:100px 100px 0 0;position:absolute;bottom:0;left:0;right:0;margin:auto}.skills{background-color:#756867;min-height:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:1rem 0}.skills__card{margin:4% 2%;background-color:#d5d6d2;height:300px;min-width:200px;border-radius:5px;-webkit-box-shadow:0 .5rem .5rem rgba(0,0,0,.15);box-shadow:0 .5rem .5rem rgba(0,0,0,.15);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.skills__card h1{margin:1rem;font-weight:700}.skills__card ul{margin:2rem}.skills__card li{margin-top:1rem}.skills__card img{width:50px;height:50px;margin-top:1rem}.skills__card:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.project{background-color:#353c3f;min-height:500px;position:relative}.project__imageContainer{margin:0 auto}.project-responsive{display:none;color:#756867;font-size:14px;border:1px solid #756867;padding:.5rem;margin-bottom:.8rem}@media(max-width:1000px){.project .project__image{position:relative}.project .project__card{margin-top:2rem;padding-bottom:2rem}}.project__image{position:absolute;bottom:0;width:260px;margin:auto;left:0;right:10px}.project h1{font-size:28px;padding-bottom:2rem;border-bottom:1px solid #fff;width:60%;margin:0 auto;font-weight:700;color:#d5d6d2;letter-spacing:.3rem;padding-top:4rem}.project__card{padding-bottom:300px;-ms-flex-wrap:wrap;flex-wrap:wrap}.project__card,.project__card__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.project__card__item{z-index:1;-webkit-perspective:600px;perspective:600px;margin:2rem;background-color:#d5d6d2;min-width:300px;min-height:250px;border-radius:5px;-webkit-box-shadow:0 .5rem .5rem rgba(0,0,0,.15);box-shadow:0 .5rem .5rem rgba(0,0,0,.15);position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.project__card__item h2{margin:1rem;font-weight:700;letter-spacing:.1rem;font-size:20px;color:#353c3f}.project__card__item ul{margin:1rem}.project__card__item li{margin-bottom:1.2rem;padding-bottom:.4rem;border-bottom:1px solid #353c3f;width:150px}.project__card__item--hover{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;border:1.5px solid #d5d6d2;width:100%;height:100%;opacity:0;background-color:#756867;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.project__card__item--hover a{margin:1.5rem 0;text-decoration:none}.project__card__item--hover button{padding:1rem;border-radius:5px;-webkit-box-shadow:0 .5rem .5rem rgba(0,0,0,.15);box-shadow:0 .5rem .5rem rgba(0,0,0,.15);text-transform:uppercase;letter-spacing:.05rem;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;background-color:#d5d6d2;border:.5px solid #d5d6d2}.project__card__item--hover button:hover{background-color:#353c3f;color:#d5d6d2;border:.5px solid #d5d6d2}.project__card__item:hover .project__card__item--hover{opacity:1}@media(max-width:768px){.project__card__item--hover{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-radius:5px;border:1.5px solid #d5d6d2;width:100%;height:100%;opacity:1;background-color:#d5d6d2}.project__card__item--hover a{margin:0 1rem 1rem;text-decoration:none}.project__card__item--hover button{padding:1rem;border-radius:5px;-webkit-box-shadow:0 .5rem .5rem rgba(0,0,0,.15);box-shadow:0 .5rem .5rem rgba(0,0,0,.15);border:none;text-transform:uppercase;letter-spacing:.05rem;font-size:12px;background-color:#353c3f;color:#d5d6d2}}.languages{min-height:150px;background-color:#353c3f}.languages,.languages__images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.languages__images{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.languages__images img{width:110px;margin:2rem 7rem}