p.LogoText {
    background: linear-gradient(to right, #0bfb5b, #e50707a7);
    background-clip: text; 
    -webkit-text-fill-color: transparent;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
    margin-top: 2%;
    margin-left: 1%;
    margin-bottom: 2%;
    font: 2.5em sans-serif;
}
img.LogoImg {
    width: 60px;
    height: 60px;
    margin-bottom: auto;
    margin-top: 2%;
    margin-left: 1%;
    margin-bottom: 1%;
    border: 2px solid rgb(24, 24, 64);
    border-radius: 10px;
}
nav {
    height: 20%;
    margin-bottom: 1%;
    display: flex;
    background-color: rgba(0, 0, 0, 0.276);
}
nav a{
    color:white;
    font-size: 100%;
    line-height: 2.5;
    text-align: center;
    padding: 0 4%;
    text-decoration: none;
}
nav a:hover{
    font-weight: bold;
    background-color: #dd03d65f;
}