@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* header {
    background-image: url(Image/background\ im.jpg);
    background-color: #074f57;
    border-bottom: 2px solid #ccc;
    padding: 5px;
    color: hsl(0, 0%, 100%);}
 .My Research {
    background-image: url(Image/background\ image.tif);
    
    background-position: center;
    }
.button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bfbfcd;
    overflow: hidden;
    transform: scale(1.5);
    padding: 15px 40px;
    border: rgb(0, 9, 128);
    outline: none;
    color: pointer;
    position: center;
    z-index: o;
    border-radius: 12px;
} 
.button::after{
content: "";
z-index: -1;
position: absolute;
width: 100%;
height: 100px;
background: #0e9c5c;
left: 0;
top: 0;
boarder-radius: 10px;
}
.button:hover::before{
   content: "";
   background: linear-gradient(45deg, #ff0000, #00ff00, #0000ff); 
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 600%;
    z-index: inherit;
    width: calc(100% + 4px); 
    height: calc(100% + 4px);
    filter:blur(8px);
    Animation:glowing 20s linear infinite;
    transition: opacity .3s ease-in-out, transform 0.3s ease-in-out;
    border-radius:10px;
    opacity: 1;
}
@keyframes glow {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 400% 0%;
    }
    100% {
        background-position: 0% 00%;
    }
}    
.backgroundlogo {
    float: right;
    width: 100%;
    height: auto;
    position-try-fallbacks: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.menu-bar {
    background: rgb(red, green, blue);
    text-align: center;}
 .menu-bar ul {
    display: inline-flex ;
    list-style: none;
    color: "#fff";
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    width: 120px;
    margin: 15px;
    scroll-padding: 15px;
}

h1 {
    color: blanchedalmond;
    font-weight: bolder;

}
Welcome to my research page {
    color: #f3f0f2;
    background-color: #9ac6cb;
    background-image: url("./C:\Users\Numfor Linda Bih\Desktop\PLP\HTML assignment\20231109_095455 (2).jpg");
}
p {
    padding: 20px; 
    background-color: #f1b1da;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-image: url("C:\Users\Numfor Linda Bih\Desktop\PLP\HTML assignment\20231109_095455 (2).jpg"');
}
img-Researcher {
    width: 1cm;
    height: 1cm;
    background-image:url(image/Researcher.jp.jpg);
    background-size: 20% ;
    background-repeat: no-repeat;
    background-position: right;        
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
   
S h3 {
    color: #555555;
    font-weight: 500;
}

container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    background-color: #f4f4f4;
    color: #fcf8f8;
}

body{
    background-color: black;
    background-image: ;url('https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1350&q=80');
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: darkgreen;
    color: white;
    text-align: center;
    padding: 20px;
}

h2 {
    color: pink;
}

section {
    margin: 20px;
}

img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

a {
    color: darkgreen;
    text-decoration: none;
    font-weight: bold;
}
.ul{
    list-style-type: none;
    padding: 0;
    color: #0000ff;
}