You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.body{
|
|
|
|
z-index: 1000;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
padding-top: 24px;
|
|
|
|
bottom: 0;
|
|
|
|
color:white;
|
|
|
|
justify-content: center;
|
|
|
|
align-content: center;
|
|
|
|
}
|
|
|
|
.info{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin-bottom: 100px;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.image{
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
.message{
|
|
|
|
padding: 10px 0;
|
|
|
|
}
|
|
|
|
.buttons{
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
.button{
|
|
|
|
color: #0080f0;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0 12px
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|