.primary
{
    width: 1200px;
    min-height: 615px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
}
.primary .table1
{
    position: 200px;
    width: 200px;
    align-content: center;
    align-items: center;
    height: 415px;
    color: #FFCA20;
    background-color: #6992F0;
    border-color: white;

}
.primary .table2
{
    position: 400px;
    width: 800px;
    align-items: center;
}
.primary .table3
{
    position: 1000px;
    width: 200px;
}
.test
{
    align-items: center;
}
a:link 
{
    color: black;
    background-color: transparent;
    text-decoration: none;
}
a:visited 
{
    color: black;
    background-color: transparent;
    text-decoration: none;
}
a:hover
{
    color: #FFCA20;
}
.begin
{
    border: 0px solid #FFCA20;
    color: #3F50CC;
    border-radius: 5px;
    background-color: #90AFFF;
}
.btn {
    width: 200px;
    border: 1px solid #BFBFBF;
    padding: 8px 8px;
    font-size: 16px;
    cursor: pointer;
    background-color: #3F59CC;
    color: #000;
    position: relative;
    border-spacing: 20px;
  }
  
  .ribbon {
    width: 60px;
    font-size: 14px;
    padding: 4px;
    position: absolute;
    right: -25px;
    top: -12px;
    text-align: center;
    border-radius: 25px;
    transform: rotate(20deg);
    background-color: #ff9800;
    color: white;
  }
