@font-face {
    font-family: Luving;
    src: url("GoldenAvocado-8OOlM.otf");
}
body {
    background-image: url('background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(58, 58, 58);
    color: white;
    font-family: Luving;
}
div.header-web-direction {
    background-color: black;
    min-height: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 100px;
}
button.btn {
    font-family: Luving;
    border-radius: 100px;
    min-width: 200px;
    min-height: 50px;
    font-size: 25px;
}
button.btn:hover {
    background-color: pink;
}
#main-web-body {
    text-align: center;
}
#Title {
    font-size: 50px;
    color: #836FFF;
}
#sub-web-body {
    color: #15F5BA;
}
#task{
    font-size: 30px;
}
#testing-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#return-button {
    font-family: Luving;
    border-radius: 100px;
    min-width: 200px;
    min-height: 50px;
    font-size: 25px;
    background-color: #FF8C9E;
}
#return-button:hover {
    background-color: #FF4E88;
}
#test-button {
    min-width: 100px;
    min-height: 100px;
    background-color: #FF8C9E;
    font-family: Luving;
    color:white;
    font-size: 25px;
}
#test-button:hover {
    background-color: #FF4E88;
}