
.linkBox{
    position: relative;
    justify-content: center;
}
.internalLink div{
    background-color:rgb(39, 39, 255);
    width: 96%;
    height: 50px;
    margin: 10px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
.d1{
    position: relative;
    background-color: #60c5f7;
    padding:75px;
    margin:75px;
    border-radius: 20px; 
    border: solid; 
    border-color:rgb(53, 4, 247); 
}
body{
    width:100%;
    height: 100vh;
    background-image:url('../img/corona1.png') ;
    background-size: cover;
}  

html{
    scroll-behavior: smooth;
}
.img2{
    width:100%;
    overflow-x:clip;
}
.h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 32px;
    text-shadow: 500px;
    font-style:bold;
    text-align:center;   
}
p{
    font-family: sans-serif;
    line-height:1.5;
    text-align: justify; 
}
