@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Oleo+Script:wght@400;700&display=swap');

body{
    background-color: ghostwhite;
}

.topnav {
    max-width: 100%;
    height: 50px;
    background-color: lightpink;
}

.main-nav {
    margin: 0 auto;
    display:flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    gap: 50px;
}

.main-nav li {
    list-style: none;
    text-decoration: none;
    font-family: Oleo Script;
}

.main-nav a {
    color: hotpink;
    text-decoration: none;
}

.main-nav a:hover {
    color: teal;
    font-size: 24px;
}

h1 {
    font-family: Oleo Script;
    font-size: 30px;
    color: teal;
    text-align: center;
    padding: 15px;
}


h2 {
    font-family: Oleo Script;
    font-size: 20px;
    color: teal;
    margin-left: 250px;
}

.list-one li {
    font-family: Lexend Deca;
    font-size: 15px;
    color: lightpink;
    margin-left: 250px;
    list-style: square;
}

.list-two li {
    font-family: Lexend Deca;
    font-size: 15px;
    color: lightpink;
    margin-left: 250px;
    list-style: upper-roman;
}

.sub li {
    list-style: lower-alpha;
    color: hotpink;
}

.list-three li {
    margin-left: 250px;
    padding: 25px;
}

.button1 a {
    font-family: Lexend Deca;
    font-size: 15px;
    color: lightpink;
}

.button1 a:hover {
    color: teal;
}

.button2 {
    background-color: teal;
    width: 150px;
    height: 50px;
    font-family: Lexend Deca;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border: hotpink 2px solid;
    border-radius: 15px;
}

.button2 a {
    color: aliceblue;
    text-decoration: none;
}

.button2:hover {
    color: aliceblue;
    text-decoration: none;   background-color: hotpink;
    border: teal 2px solid;
    border-radius: 15px;
    
}

.button3 {
    width: 150px;
    height: 50px;
    font-family: Lexend Deca;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border: teal 2px solid;
    border-radius: 15px;
}

.button3 a {
    color: teal;
    text-decoration: none;
}

.button3 a:hover {
    color: hotpink;   
}

.button3:hover {
    text-decoration: none;
    border: hotpink 2px solid;
    border-radius: 15px;
    
}

.button4 {
    width: 150px;
    height: 50px;
    font-family: Oleo Script;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border: teal 4px double;
    border-radius: 15px;
}

.button4 a {
    color: hotpink;
    font-family: Oleo Script;
    text-decoration: none;
}

.button4:hover {
    color: hotpink;
    background-color: none;
    text-decoration: none;
    border: teal 2px solid;
    border-radius: 15px;
    box-shadow: 5px 5px 10px gray;
}

.button5 {
    width: 150px;
    height: 50px;
    font-family: Oleo Script;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border: lightpink 4px dashed;
    border-radius: 30px;
    box-shadow: 5px 5px 10px teal;
}

.button5 a {
    color: lightpink;
    font-family: Oleo Script;
    text-decoration: none;
}

.button5:hover {
    background-color: none;
    text-decoration: none;
    border: teal 3px dotted;
    border-radius: 30px;
    box-shadow: 5px 5px 10px lightpink;
    
}

.button5 a:hover {
    color: teal;
    font-family: Lexend Deca;
}

















