.divclass1 {
    
    background-color: #2E1902;
    padding: 10px;
    
}

.righttext {
    
    text-align: right;
    
}

.lefttext {
    
    text-align: left;
    
}

.textclass1 {
    
    font-family: sans-serif;
    color: black;
    
}

.textclass2 {
    
    font-family: sans-serif;
    color: white;
    
}

.buttonclass1 {
    
    border-color: white;
    color: white;
    background-color: #2E1902;
    transform: scale(1);
    transition: transform 0.2 ease-out;
    
}

.buttonclass1:hover {
    
    border-color: white;
    color: white;
    background-color: #2E1902;
    cursor: pointer;
    transform: scale(1.05);
    transition: transform 0.2 ease-out;
    
}

.smoothborder1 {
    
    border-radius: 10px;
    
}

body {

    background-image: url("../Database/StructureDatabase/Images/Background1.png");
    background-image: url("https://chryogo.github.io/StructureDatabase/Images/Background1.png");
    background-size: cover;
    background-position: center;
    
}