body{
	background-image: url("intro.png");
}

.logo {
    position: absolute;
    right: 43%;
    top: 67px;
    width: 272px;
}

#ar{
	position: absolute;
    top: 223px;
    width: 130px;
    height: 45px;
    text-align: center;
    color: white;
    background-color: #0072b8;
    right: 40%;
    text-decoration: none;
    font-size: 36px;
    border-radius: 25px;
}


#en{
	position: absolute;
    top: 223px;
    width: 130px;
    height: 45px;
    text-align: center;
    color: white;
    background-color: #0072b8;
    right: 55%;
    text-decoration: none;
    font-size: 36px;
    border-radius: 25px;
}

