body{
    text-align: center;
    font-family: 'Playfair Display';
}
h1{
    font-size: 40px;
    color: black;
}
.section{
    border-radius: 10px;
    border-color: black;
    margin: 10px;
    padding-bottom: 10px;
    border: 1px solid;
    width: 350px;
    display: block;
    height: min-content;
}
h2{
    margin-top: 0px;
    color: black;
    margin-bottom: 5px;
}
h3{
    margin-top: 5px;
    color: gray;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    padding-left: 6px;
    padding-right: 6px;
}
.container{
    display: flex;
    justify-content: center;
}
.desc, .buttondesc{
    border-bottom: 1px solid;
    border-color: gray;
    padding-bottom: 10px;
    font-size: 16px;
    margin: 10px;
}
.buttondesc{
    font-style: normal;
    font-size: 14px;
    font-family: 'Inconsolota'
}
a{
    display: inline-block;
    text-decoration: none;
}
button{
    margin-left: 30px;
    height: 25px;
    background-image: url(git.png);
    background-size: contain;
    background-position: center;
    border: 1px solid;
    border-radius: 5px;
}
button:hover{
    opacity: 50%;
}
p{
    color: black;
    margin: 5px;
    font-size: 19.5px;
    display: inline-block;
}
a:hover, a:hover p{
    text-decoration: 1px underline black;
}
#head{
    font-size: 1.2em;
    padding-bottom: 1em;
}
.section:hover{
    box-shadow: 0px 0px 10px 5px gray;
}
.header{
    padding-top: 0.83em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: gainsboro;
}
.pfp{
    border-radius: 100%;
    border: 1px gray solid;
    margin: 10px;
    width: 50px;
    height: 50px;
    background-size: cover;
    float: left;
    margin-left: 7px;
}
.bot{
    display: inline-block;
}
#stonks{
    background-image: url(stonks.png);
}
#warbot{
    background-image: url(Tanks_Destroyed_Sinai.jpg);
    background-position: 30%;
}
#newsbot{
    background-image: url(worldnews.png);
}
.expand, .seeless, .example{
    background-image: url(elipses.png);
    height: 10px;
    background-color: rgb(236, 236, 236);
    margin-top: 2px;
    margin-left: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}
.seeless{
    background-image: url(chevron.png);
    display: none;
}
.example{
    background-image: url(example.png);
    background-size: cover;
    margin-left: 0;
}
@media(max-width: 1459px){
    .section{
        width: 20vw;
    }

    .pfp{
        width: 5vw;
        height: 5vw;
    }

    .bot{
        width: 13vw;
    }
}
