/*
  Name: Becky Jiang
  Date: 08.24.24
  Section: CSE 190e
  This is the style.css page for my portfolio of web development
  work. It is used by all pages in my portfolio to give the site
  a consistent look and feel.
*/

#becky {
    width: 400px;
    border-style: solid;
    border-width: 5px;
    border-color: #000080;
    margin-top: 5%;
}

header {
    display: flex;
    justify-content: space-between;
    background-color: #F5FBFF;
    font-family: "Nanum Myeongjo", serif;
    font-size: 40px;
    align-items: center;
    padding-left: 50px;
}

#miffyicon {
    width: 200px;
    height: 200px;
}

section {
    width: 400px;
    height: 350px;
    text-align: center;
    border-color: #000080;
    border-style: solid;
    border-width: 5px;
    background-color: #F5FBFF;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
}

ul {
    padding-left: 10px;
}

h2 {
    font-weight: bold;
}

main {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-family: "Nanum Myeongjo", serif;
    font-size: 20px;
}

body {
    background-image: url("blueflowerbg.jpg")

    /* -- Image from google
    https://www.freepik.com/free-photos-vectors/cute-blue-background
    */
}

.nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer img {
    height: 50px;
    width: 50px;
}

.nav img {
    width: 200px;
    height: 200px;

    /* -- Image from pinterest
    https://www.pinterest.com/pin/930626710494802598/
    */
}

.citation {
    display: flex;
    align-items: center;
}

footer {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 250px;
}

.contacts {
    width: 300px;
    height: 300px;
    border-color: #000080;
    border-style: solid;
    border-width: 5px;
    background-color: #F5FBFF;
    font-size: 50px;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
    padding-top: 50px;
}
