#all{
    height: 100dvb;
    background-image:linear-gradient(rgba(0, 0, 0, 0.585)),url("../image/336633628_488598f9-6aca-4f29-8d85-1c6a3281a47c.jpg");
    background-position: center;
    background-size: cover;
}
#all #header h1{
    font-size: 80px;
}
#all #header p{
    font-size: 25px;
}
#all #header button a{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    font-style: italic;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
#all #header button{
    background:linear-gradient(to right,#490D36,#360C4E);
    border: 4px solid transparent;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
#all #header button:hover{
    color:#360C4E;
    background:white;
    border: 4px solid #360C4E;
}
#all #header button:hover a{
    color:#360C4E;
}

nav{
    background-color: rgba(0, 0, 0, 0.456);
    box-shadow: 1px 1px 10px 10px #360C4E;
}

#nav-name{
    font-style: italic;
    font-size: 28px;
    text-shadow: 3px 3px 20px white;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
#nav-name:hover{
    font-size: 30px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 19px;
    color: white;
}
.navbar-expand-lg .navbar-nav .nav-link.active{
    font-size: 19px;
    color: #bf6fed;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #bf6fedaa;
}
.row .card{
    height: 350px;
    overflow: auto;
    border: 2px solid #360C4E;
    box-shadow: 5px 5px 10px 5px #360C4E;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.row .card:hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.row .card h5{
    color: #bf6fed;
    font-weight: bold;
}

.alert{
    padding-top: 90px;
    display: flex;
    align-items: center;
    margin-inline: 50px;
    position: fixed;
    top: 12%;
    right: 0;
    left: 0;
    background: linear-gradient(to right, #360C4E, #490D36, #bf6fed);
    color: white;
    height: 85dvh;
    overflow: auto;
    font-size: 15px;
}
.alert h2{
    text-shadow: 5px 5px 7px #360C4E;
    color: #a4297d;
}
.alert img{
    width: 90%;
    height: 90%;
}