@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fragment+Mono:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+CO+Guides&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
h1 a{
    list-style:none;
    text-decoration: none;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
}
p.p-info{
    color: lightgrey;
    text-align: center;
    font-family: "Playwrite CO Guides", cursive;
    font-weight: 400;
    font-style: normal;
}
article h1{
    font-size: 18pt;
    text-shadow: 1PX 2PX 2PX BLACK;
    font-family: "Playwrite CO Guides", cursive;
    font-weight: 400;
    font-style: normal;
    margin: 10px;
}

body{

    width: 100%;
    background: url(../img/orquestra.jpg);
    background-size: cover;
    background-attachment: fixed;
}

section{
    display: flex;
    justify-content: center;
}
section div.container{
    width: 60vmin;
    padding: 50px;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgba(23, 33, 48, 0.726);
}
div#card-form{
    max-width: 60vmin;
    color: lightgrey;
    background: linear-gradient(150deg,rgba(25, 53, 77, 0.856),rgb(49, 91, 116),rgb(31, 30, 30),rgba(35, 59, 80, 0.856));
    box-shadow: 10px 10px 30px rgba(29, 28, 28, 0.685);
}
