@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

.body {
   font-family: "Lato", sans-serif;
   font-weight: 400;
   font-style: normal;
   background: #f5f5f5;
}
header {
    background: #2B2B2B;
    color: #f5f5f5;
    margin-bottom: 10px;
}

html {
    scroll-behavior: smooth;;
}
.flex-wrap {
    flex-direction: row;
}

ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #f5f5f5;
}
button a {
    text-decoration: none;
    color: #f5f5f5;
}
button a:hover {
    color: #2B2B2B;
}

.collapse ul>li>a {
    color: #f5f5f5;
}

button {
    color: #f5f5f5;
}
main {
    display: flex;
    background: #f5f5f5;
    
}

#about {
    background: #2b2b2b;
    color: #f5f5f5;
}
#skills {
    background: #f5f5f5;
    color: #2B2B2B;
}
#projects {
    background: #f5f5f5;
    color: #2b2b2b;
}
#contact {
    background: #2b2b2b;
    color: #f5f5f5;
}
#footer {
    background: #2B2B2B;
    color: #f5f5f5;
}
nav {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 3.5rem;
}

.rickImgAbout {
    display: flex;
    width: 75%;
    box-shadow: 5px 5px 5px #FFA700;
}

.skillsImg {
    display: flex;
    width: 75%;
}

.projectLogo {
    display: flex;
    width: 50%;
}

.linkedIn {
    width: 5%;
    background: #f5f5f5;
}

.icon {
    color: #f5f5f5;
    font-size: 25px;
}