body{
    background-color: #111924;
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
    /* display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 'max-content 1fr', ; */
    overflow-x: hidden;
    /* overflow-y: hidden;  */
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #FDF5E0;
    border: 1px solid #E2B669;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #1E4861;
}

.imageStyle{
    width: 10%;
    height: 10%;
    border-radius: 50%;
    margin-bottom: 10px;
}
.ssStyle{
    /* width: auto; */
    height: 460px;
}

.navbarText{
    color: #E2B669;
    font-size: 24;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.welcomeMessage{
    color: #E2B669;
    font-weight: bold;
    text-align: center;
}
.appInfo{
    color: #FDF5E0;
    text-align: justify;
}

.contactIcon{
    width: 15%;
    height: 15%;
    margin-right: 10px;
}