@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.App{border-radius:10px;background:#1A1B21;margin:auto;font-family:Inter,sans-serif;color:#f5f5f5}@media only screen and (min-width: 768px){.App{width:60vw}}.title{font-weight:300;color:#f3bf99;margin-top:2px}.name{font-weight:800;margin-bottom:2px}.data,.middle-container{margin:3rem}.info{text-align:center;width:100%}.button__container{display:flex;justify-content:space-between}.button{padding:1rem 2rem;border-radius:5px;width:20%;text-decoration:none;display:flex;align-items:center;place-content:center;gap:.25rem}.button__email:visited{color:#000}.button__LinkedIn:visited{color:#f5f5f5}.button__email{background-color:#f5f5f5;color:#000}.button__LinkedIn{background-color:#5093e2}.info__image{width:100%;border-radius:10px 10px 0 0}.footer{background-color:#1c1c1c;padding:2rem 6rem;border-radius:0 0 5px 5px}.footer-container{display:flex;justify-content:space-between}body{background-color:#241e1e38}
