@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200&display=swap');
body{
    background: url('../image/BG.jpg');
    background-color: rgb(30,30,30);
    color: wheat;
    font-family: 'Titillium Web', sans-serif;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.center-screen{
    
}
.main-box{
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
}
.icon{
    max-width: 200px;
    max-height: 200px;
    border-radius: 20px;
}
.customcard{
    width: 100%;
    height: 100px;
    background: white;
    margin: 5px;
    border-radius: 20px;
    padding:5px;
    text-align: center;
}
.locburron{
    width: 130px;
    margin-top: 10px;
    background: #d8874b;
    color: wheat;
    text-align: center;
    font-weight: bolder;
    padding: 5px 20px;
}
.locburron:hover{
    background: rgb(216 135 74 / 66%);
    color: wheat;
}