.nav_text{
    color: black;
    margin-top: 15px;
    align-items: center;
    font-size: 80%;
    text-size-adjust: auto;
}
#navbar{
    display: flex;
    justify-content: center;
    background-color: rgba(99, 255, 255, 0);
    margin: auto;
    width: 100%;
}
.gallery {
    display: flex;
    justify-content: center;
}
.grid {
    width: 30%;
    transition-duration: 1s;
}
.grid:hover {
    transform: scale(1.45);
}
a {
    text-decoration: none;
    font-family:'Times New Roman', Times, serif
}
h1 {
    color: rgb(0, 0, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#main_logo {
    display: block;
    margin: auto;
    width: 20%;
}
#TGM {
    display: block;
    margin: auto;
    width: 25%;
}
#TATS {
    display: block;
    margin: auto;
    width: 20%;
}
.titles {
    font-family: 'Times New Roman', Times, serif;
    text-decoration: underline;
    display: flex;
    justify-content: center;
}
body {
    background-color: rgb(126, 142, 148);
}
.subtitle {
    font-size: 20pt;
    justify-content: center;
    display: flex;
}
.paragraph {
    font-size: 110%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: -10px;
}
.stopper {
    display: block;
    margin: auto;
    width: 7%;
}
#etsy2 {
    color: black;
    margin-left: 10px;
}
#etsy {
    display: flex;
    justify-content: center;
    align-items: center;
}
u {
    color: black;
}
.cymbal {
    margin-right: 10px;
    margin-bottom: 27px;
}
.thanks {
    font-size: 11pt;
    display: flex;
    justify-content: center;
    text-align: center;
}
.point {
    font-size: 11pt;
    margin-left: 3%;
    margin-right: 3%;
}
