@import url('https://fonts.google.com/specimen/Oswald?query=oswald');

* {
    font-family: 'Oswald', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}




h1 {
    text-align: center;
    font-size: 60px;
    font-weight: bolder;
    padding-top: 50px;
    line-height: 15px;
}

#homepage {
    background-color: #F686BD;
    background-size: cover;
    background-position: bottom;
    height: 800px;
}

.container, .qr-container {
    background-color: #F4BBD3;
    border-radius: 10px;
}

.homepage {
    height: 92vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.homepage h1, .homepage p{
    margin-bottom: 10px;
}

.homepage h1 {
    font-size: 30px;
    margin-top: 100px;
    color: white;
    background-color: rgba(59, 56, 56, 0.5);
    border-radius: 10px;
    padding: 0 20px;
}

.homepage p {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
    max-width: 800px;
    line-height: 30px;
    color: white;
    letter-spacing: 3px;
    background-color: rgba(59, 56, 56, 0.4);
    border-radius: 10px;
    margin-bottom: 100px;
}

.homepage-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-img {
    max-width: 350px;
    max-height: 350px;
    margin-left: 20px;
    border-radius: 50px;
}

/* skills section */
#sect, #qr-sect {
    padding: 40px 0;
    background-color: #fff;
}

.container, .qr-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-right: 10px;
    height: 300px;
}

h3 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

h2 {
    font-size: 25px;
}

.list ul {
    list-style-type: none;
    padding: 0;
}

.list li {
    font-size: 22px;
    margin-bottom: 10px;
    font-size: 25px;
}

.right-div {
    padding-top: 20px;
    padding-bottom: 25px;
    float: right;
    width: 50%; height: 180px;
}

.list {
    padding-top: 20px;
    padding-bottom: 25px;
    float: left;
    width: 50%; height: 180px;
}

.edu {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}

.qr-container {
    margin-bottom: 10px;
}

h3, li, .edu {
    color: white;
}



/* 
footer
*/

footer {
    background: #F686BD;
    width: 100vw;
    height: auto;
    padding-top: 15px;
    color: white;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
}
.footer-content p {
    max-width: 500px;
    margin: 5px auto;
    line-height: 28px;
    font-size: 18px;
}

.footer-bottom p {
    font-size: 18px;
    word-spacing: 2px;
    text-align: center;
    padding: 20px 0 20px;
}


/*
footer
*/