Uganda gets virtual tour as Johnnie Walker opens global visitor experience in Edinburgh
body {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f4f4f4;
}
.button-container {
display: flex;
gap: 15px;
}
.btn {
padding: 10px 20px;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
transition: background 0.3s;
}
.subscribe {
background-color: #ff5733;
color: white;
}
.subscribe:hover {
background-color: #e04e2b;
}
.login {
background-color: #007bff;
color: white;
}
.login:hover {
background-color: #0056b3;
}