.arrow {
    position: fixed;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -205px;
    z-index: 1;
}

.main {
    background-color: #efe8d4;
    width: 600px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
    
    
    
    
}
header {
    text-align: center;
    
    
}
h1 {
    font-family: monospace;
    color: #0202d0;
     font-size: 28px;
}
b {
    color: #0202d0;
     font-family: monospace;
    font-size: 18px;
    
    
    
    
    
}

p {
    color: #0202d0;
     font-family: monospace;
    
    
    
}







hr {
    color: #246eb7;
    opacity: 50%;
    width: 70%;
}

.divide {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    
}