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

body {background-color: #1e1e1e;margin: 0rem;display: grid;
place-items: center;font-family:'roboto';}

.contenedor1 {width: 428px;height: 812px;background-color: rgb(255, 255, 255);}

.contok {border-radius: 16px;background: var(--Blue-_-Base, #F4F9FD);
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
    display: flex;flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 396px;width: 396px; 
    margin: 10rem 1rem 1rem 1rem;}

p {width: 253px;color: var(--Blue-Dark, #06293E);
    text-align: center;font-family: Roboto;font-size: 16px;
    font-style: normal;font-weight: 400;
    line-height: 20px;letter-spacing: 0.25px;margin: 3rem 0rem 1rem 0rem;}

.botacept {display: flex;width: 162px;height: 44px;
    flex-direction: column;justify-content: center;align-items: center;
    gap: 8px;flex-shrink: 0;text-decoration: none;color: #ffffff;
    border-radius: 100px;background-color: #0E77B5;}