.container {
    margin: 25px;
    border: 2px solid rgb(68, 79, 134);
    border-radius: 15px;
    padding: 20px;
    background-color: aliceblue;
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    
}
 

h1{
    text-align: center;
}

body {
    height: 100vh;
    margin: 0;
    background: linear-gradient(135deg, #4a5175, #5e88c4, #3d768f);
}