@import url('https://fonts.googleapis.com/css2?family=Judson:ital@0;1&family=Passions+Conflict&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
body {
    margin: 0;
    color: rgb(255, 255, 255);
    background-color: #444;
    cursor: inherit;
    font-size: 1rem;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'Popins', sans-serif;
}
a {
    text-decoration: none; 
    color:#006cf8;
}
.divheader {
    background-color:#222;
    display: flex;
    align-items: baseline;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.8);
    font-family: 'Raleway', serif;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    margin-left: 0vw;
}
.all {
    margin-left: 1vw;
    font-family: "Poppins", sans-serif;
}
.textp {
    overflow-wrap: break-word;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-right-width: 20vw;
    line-height: 3.5vh;
}
/* h2 {
    border-bottom: 1px solid rgb(39, 38, 38);
} */
.externalico {
    width:15px; 
    height:15px;
    pointer-events:none;
}
.smallimg {
    width: 1.5vw;
    height: 3vh;
}