@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');

body {
    font-family: 'Ubuntu', sans-serif; 
    font-weight: 300;
    background: url('../img/bg4.jpg')  center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.btn:hover {
   background-color: rgb(191, 238, 253);
}

.skills {
    width: 50rem;
}

h1, h2, h3 {
    font-weight: 700;
    text-shadow: 0 0 10px white, 0 0 20px lightcyan;
}

h4, h5, h6 {
    font-weight: 400;
}

.card-img-top {
    width: 100%;
    height: 20vm;
    object-fit: cover;
}

ul li {
    justify-content: space-between;
    flex-wrap: wrap;
}
