
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    height: 100%;
    font-family:'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: normal;
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ5T980zlRYhbWX1D1MllCGTd2gjANoVtrZ0HVwMzIQNLqpsRQ:https://images.rawpixel.com/image_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTA1L3B4NTkyMDAwLWltYWdlLWt3dnhuYnV4LmpwZw.jpg&s);
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.topNav{
    background-color: #404040;
    width: 100%;
}
.topNav ul{
    list-style-type: none;
    background-color: #404040;
    background: cover;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.topNav a{
    color: whitesmoke;
    text-decoration: none;
    padding: 25px;
    display: block;
    text-align: center;
    list-style-type: none;
}
.topNav a:hover{
    background-color: #1A1A1A;
}
.topNav li{
    float: left;
    list-style-type: none;
}
img{
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.buttoning{
    color: #fff;
    padding: 0.8rem;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 400;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #1A1A1A;
    background-color: #404040;
}
.buttoning:hover{
    background-color: #1A1A1A;
}
.profiles{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 1.4rem;
    padding: 0;
    border-radius: 1rem;
    background-color: rgba(48, 48, 48, 30%);
}
.profileContainer{
    display: flex;
    padding: 1rem;
    
}
.profile{
    color: azure;
    border-radius: 1rem;
    background-color: rgb(55, 60, 79);
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 300ms ease;
}

.profile:hover {
    transform: scale(1.08);
}
.homepageIntro{
    background-color: #808080;
    margin-top: 12px;
    width: 80%;
    border-radius: 1rem;
}
.journalEntries{
    background-color:#303030;
    border-radius: 1rem;
    width: 80%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    
}
.entry{
    background-color: rgb(53, 56, 68);
    border-radius: 1rem;
    color: aliceblue;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 600ms ease;
    width: 20%;
    height: 20%;
    padding:10px;
    margin: 1rem;
    list-style-type: none;
    text-decoration: none;
}
.entry:hover{
    transform: scale(1.1);
}
.buttoning a{
    color: rgb(208, 231, 242);
}
entry:a{
    color: aliceblue;
    text-decoration: none;
}
.teamIntro{
    background-color:#303030;
    border-radius: 1rem;
    width: 80%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    color: aliceblue
    
}
.Intro1{
    display: flex;
    margin: 50px;
    padding: 10px;

}
.Intro2{
    display:flex;
    margin: 50px;
}
.returnButton{
    color: azure;
    background-color: #303030;
    align-content: left;
    align-items: left;
    align-self: left;
    border-radius: 2rem;
    margin-top: 20px;
    padding: 10px;
    text-align: left;
    justify-content: left; /*WHY WON'T IT GO LEFT!!!*/
    

}

.returnButton:hover{
    color: #1A1A1A;
}
.article{
    color: aliceblue;
    border-radius: 1rem;
    background-color: #404040;
    list-style: none;
    padding: 20px;
    margin: 10px;
    
}
a:link{
    color:azure;
}
.entryInd{
    background-color: rgb(53, 56, 68);
    border-radius: 1rem;
    color: aliceblue;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 600ms ease;
    width: 85%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 1rem;
    padding-left: 40px;
    padding-right: 40px;
    list-style-type: none;
}
.homepageIntro{
    background-color: rgba(48, 48, 48, 50%);
    color: aliceblue;
    display: block;
    padding: 10px;
    line-height:1.9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 0px;
    font-size:larger;
    width: 80%;
    align-content: center;
    align-items: center;
}
.introImg{
    padding: 40px;
    height: 400px;
    padding-top: 50px;
    width: 30%;
}
a:visited{
    color: aliceblue;

}
.learnButton{
    color: azure;
    background-color: #303030;
    border-radius: 0.5rem;
    padding: 20px;
    width: 80%;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: large;

}
.Intro2{
    margin-bottom: -250px;
}
.logo{
    font-family: "Rubik Burned", system-ui;
    font-weight: 800px;
    font-style: normal;
    font-size:40px;
    margin: -3%;
    background-color:#808080;
    width:100%;
}
.profilePsakerBody{
    width: 1000px;
    flex-direction: left;
    display: inline-float;
}
.profilePsakerPicture{
    align-self: left;
    
}
.entryImg{
    background-color: rgb(53, 56, 68);
    border-radius: 1rem;
    color: aliceblue;
    display: flex;
    flex-direction:column;
 
    transition: transform 600ms ease;
    width: 85%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 1rem;
    padding-left: 40px;
    padding-right: 40px;
    list-style-type: none;
}
.journalEntriesMed{
    background-color:#303030;
    border-radius: 1rem;
    width: 95%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
}