.body{
    background-image: url("../Images/bg.jpg");
    background-size: cover;
}

.navbar{
    background-color: rgba(0, 0, 0, 0.25);;
    padding: 5px;
    outline: 2px solid black;
    border-radius: 5px;
}

.btn{
    color: white;
    background-color: blueviolet;
    border: none;
    border-radius: 5px;
    outline: 2px black solid;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-right: 2px;
}

.btn:hover{
    cursor: pointer;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    outline: white solid 2px;
}

.txt{
    color: blueviolet;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.header{
    font-size: 50px;
    text-shadow: 
        0 0 5px rgb(66, 9, 120),
        0 0 10px rgb(93, 23, 157),
        0 0 20px blueviolet,
        0 0 40px blueviolet,
        0 0 80px blueviolet,
        0 0 160px blueviolet;
}

.p1{
    font-size: 25px;
    margin-top: 10px;
    text-shadow: 0 0 2px black;
}