@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Anton&family=Bitter:ital,wght@0,100..900;1,100..900&family=Calistoga&family=Fugaz+One&family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&family=Lavishly+Yours&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Quintessential&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

#pfpimg {
    height: 180px;
    width: 180px;
}

#pfpimg {
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    color: white;
    box-shadow: 5px 5px 25px black;
}

.header {
    font-family: 'Anonymous Pro';
}

.headtxt {
    font-size: 4rem;
    font-weight: bold;
}

#typeEffect {
    font-family: 'Anonymous Pro';
    font-size: 2rem;
}

h2 {
    font-family: 'Anonymous Pro';
}

#btn1 {
    width: 400px;
    font-size: 2rem;
    color: white;
    background-color: #9146FF;
    font-family: 'Calistoga';
    text-decoration: none;
    box-shadow: 0px 0px 15px #9146FF;
}

#btn2 {
    width: 400px;
    font-size: 2rem;
    color: white;
    background-color: palevioletred;
    font-family: 'Calistoga';
    text-decoration: none;
    box-shadow: 0px 0px 15px palevioletred;
}

#btn3 {
    width: 400px;
    font-size: 2rem;
    color: white;
    background-color: #FF0000;
    font-family: 'Calistoga';
    text-decoration: none;
    box-shadow: 0px 0px 15px #FF0000;
}

#btn4 {
    width: 400px;
    font-size: 2rem;
    color: white;
    background-color: #7289da;
    font-family: 'Calistoga';
    text-decoration: none;
    box-shadow: 0px 0px 15px #7289da;
}

#btn5 {
    width: 400px;
    font-size: 2rem;
    color: white;
    background-color: #1DA1F2;
    font-family: 'Calistoga';
    text-decoration: none;
    box-shadow: 0px 0px 15px #1DA1F2;
}

#btn6 {
    width: 400px;
    font-size: 2rem;
    color: white;
    background-color: #34465D;
    font-family: 'Calistoga';
    text-decoration: none;
    box-shadow: 0px 0px 15px #34465D;
}

.btnanc {
    text-decoration: none;
    color: white;
}