body{
    background-color: whitesmoke;
    color: #1b1b1b;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
main{
    min-height: 100vh;
}
#wp-title{
    margin: 150px auto 10px;
    font-size: 2.2rem;
    text-align: center;
}

#wp-subtext{
    margin: 0 auto 30px;
    font-size: 1.1rem;
    text-align: center;
}

#webdev-sect, #graphic-sect, #content-sect,  #copy-sect{
    border: 1px solid #1b1b1b;
    margin: 0 auto 30px;
    width: 85%;
}

.section a.dropdown-toggle{
    background-color: lightgray;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
    font-size: 1.3rem;
    text-align: center;
}

.section a.dropdown-toggle:hover{
    background-color: #333;
    color: whitesmoke;
}

ul.dropdown-menu{
    width: 100%;
}

ul.dropdown-menu li{
    height: 50px;
    text-align: center;
}

ul.dropdown-menu li a{
    font-size: 1.2rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.dropdown-menu li a:hover{
    background-color: #333;
    color: whitesmoke;
}

